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