Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DActivation.cpp112 bool logisticFloat(const T* inputData, const Shape& inputShape, T* outputData, in logisticFloat() function
121 template bool logisticFloat<float>(const float* inputData, const Shape& inputShape,
123 template bool logisticFloat<_Float16>(const _Float16* inputData, const Shape& inputShape,
489 return logisticFloat(context->getInputBuffer<_Float16>(kInputTensor), in executeLogistic()
494 return logisticFloat(context->getInputBuffer<float>(kInputTensor), in executeLogistic()