Searched refs:tanhFloat32 (Results 1 – 1 of 1) sorted by relevance
98 bool tanhFloat32(const float* inputData, const Shape& inputShape, float* outputData, in tanhFloat32() function559 return tanhFloat32(context->getInputBuffer<float>(kInputTensor), in executeTanh()