Home
last modified time | relevance | path

Searched refs:meanGeneric (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/common/operations/
DSimpleMath.cpp59 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/
DOperations.h114 bool meanGeneric(T* inputData, const Shape& inputShape, const int32_t* axis, const Shape& axisShape,
/frameworks/ml/nn/common/
DCpuExecutor.cpp1419 success = meanGeneric<float, float>( in executeOperation()
1424 success = meanGeneric<uint8_t, int32_t>( in executeOperation()