Searched refs:divFloat32 (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Broadcast.cpp | 412 bool divFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, in divFloat32() function 436 return binaryOperationFloat16(in1, shape1, in2, shape2, activation, out, shapeOut, &divFloat32); in divFloat16() 614 return divFloat32(context->getInputBuffer<float>(kInputTensor1), in executeDiv()
|