Home
last modified time | relevance | path

Searched refs:relu1Float (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/common/operations/
DActivation.cpp69 bool relu1Float(const T* inputData, const Shape& inputShape, T* outputData, in relu1Float() function
73 template bool relu1Float<float>(const float* inputData, const Shape& inputShape, float* outputData,
75 template bool relu1Float<_Float16>(const _Float16* inputData, const Shape& inputShape,
467 return relu1Float(context->getInputBuffer<_Float16>(kInputTensor), in executeRelu1()
472 return relu1Float(context->getInputBuffer<float>(kInputTensor), in executeRelu1()