Searched refs:reluFloat (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | Activation.cpp | 52 bool reluFloat(const T* inputData, const Shape& inputShape, T* outputData, const Shape& outputShape, in reluFloat() function 62 template bool reluFloat<float>(const float* inputData, const Shape& inputShape, float* outputData, 64 template bool reluFloat<_Float16>(const _Float16* inputData, const Shape& inputShape, 71 return reluFloat(inputData, inputShape, outputData, outputShape, -1.f, 1.f); in relu1Float() 81 return reluFloat(inputData, inputShape, outputData, outputShape, 0.f, 6.f); in relu6Float() 438 return reluFloat(context->getInputBuffer<_Float16>(kInputTensor), in executeRelu() 443 return reluFloat(context->getInputBuffer<float>(kInputTensor), in executeRelu()
|