Searched refs:logisticFloat (Results 1 – 1 of 1) sorted by relevance
112 bool logisticFloat(const T* inputData, const Shape& inputShape, T* outputData, in logisticFloat() function121 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()