Home
last modified time | relevance | path

Searched defs:axisShape (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/common/operations/
DSimpleMath.cpp34 const Shape& axisShape, bool keepDims, _Float16* outputData, in meanFloat16()
48 bool meanGeneric(T* inputData, const Shape& inputShape, const int32_t* axis, const Shape& axisShape, in meanGeneric()
/packages/modules/NeuralNetworks/common/
DOperationsUtils.cpp592 bool meanPrepare(const Shape& input, const int32_t* axisData, const Shape& axisShape, bool keepDims, in meanPrepare()