Searched refs:meanGeneric (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | SimpleMath.cpp | 59 meanGeneric<float, float>(inputDataFloat32.data(), inputShape, axis, axisShape, keepDims, in meanFloat16() 66 bool meanGeneric(T* inputData, const Shape& inputShape, const int32_t* axis, const Shape& axisShape, in meanGeneric() function 95 template bool meanGeneric<float, float>(float* inputData, const Shape& inputShape, 98 template bool meanGeneric<uint8_t, int32_t>(uint8_t* inputData, const Shape& inputShape,
|
/frameworks/ml/nn/common/include/ |
D | Operations.h | 114 bool meanGeneric(T* inputData, const Shape& inputShape, const int32_t* axis, const Shape& axisShape,
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 1419 success = meanGeneric<float, float>( in executeOperation() 1424 success = meanGeneric<uint8_t, int32_t>( in executeOperation()
|