Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DSimpleMath.cpp40 const Shape& axisShape, bool keepDims, _Float16* outputData, in meanFloat16()
54 bool meanGeneric(T* inputData, const Shape& inputShape, const int32_t* axis, const Shape& axisShape, in meanGeneric()
DReverse.cpp49 const Shape axisShape = context->getInputShape(kInputAxisTensor); in prepare() local
/packages/modules/NeuralNetworks/common/
DOperationsExecutionUtils.cpp501 bool meanPrepare(const Shape& input, const int32_t* axisData, const Shape& axisShape, bool keepDims, in meanPrepare()