Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DActivation.cpp79 bool relu6Float(const T* inputData, const Shape& inputShape, T* outputData, in relu6Float() function
83 template bool relu6Float<float>(const float* inputData, const Shape& inputShape, float* outputData,
85 template bool relu6Float<_Float16>(const _Float16* inputData, const Shape& inputShape,
496 return relu6Float(context->getInputBuffer<_Float16>(kInputTensor), in executeRelu6()
501 return relu6Float(context->getInputBuffer<float>(kInputTensor), in executeRelu6()