Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DActivation.cpp110 bool logisticFloat(const T* inputData, const Shape& inputShape, T* outputData, in logisticFloat() function
119 template bool logisticFloat<float>(const float* inputData, const Shape& inputShape,
121 template bool logisticFloat<_Float16>(const _Float16* inputData, const Shape& inputShape,
535 return logisticFloat(context->getInputBuffer<_Float16>(kInputTensor), in executeLogistic()
540 return logisticFloat(context->getInputBuffer<float>(kInputTensor), in executeLogistic()