Searched refs:meanGeneric (Results 1 – 3 of 3) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | SimpleMath.cpp | 47 meanGeneric<float, float>(inputDataFloat32.data(), inputShape, axis, axisShape, keepDims, in meanFloat16() 54 bool meanGeneric(T* inputData, const Shape& inputShape, const int32_t* axis, const Shape& axisShape, in meanGeneric() function 83 template bool meanGeneric<float, float>(float* inputData, const Shape& inputShape, 86 template bool meanGeneric<uint8_t, int32_t>(uint8_t* inputData, const Shape& inputShape, 90 template bool meanGeneric<int8_t, int32_t>(int8_t* inputData, const Shape& inputShape,
|
/packages/modules/NeuralNetworks/common/include/ |
D | Operations.h | 100 bool meanGeneric(T* inputData, const Shape& inputShape, const int32_t* axis, const Shape& axisShape,
|
/packages/modules/NeuralNetworks/common/ |
D | CpuExecutor.cpp | 1321 success = meanGeneric<float, float>( in executeOperation() 1326 success = meanGeneric<uint8_t, int32_t>( in executeOperation() 1331 success = meanGeneric<int8_t, int32_t>( in executeOperation()
|