Home
last modified time | relevance | path

Searched defs:keepDims (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dmean_quant8_signed.mod.py19 keepDims = Int32Scalar("keepDims", 0) variable
43 keepDims = Int32Scalar("keepDims", 1) variable
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSimpleMath.cpp34 const Shape& axisShape, bool keepDims, _Float16* outputData, in meanFloat16()
49 bool keepDims, T* outputData, const Shape& outputShape) { in meanGeneric()
H A DReduce.cpp149 bool keepDims = context->getInputValue<bool8>(kInputKeepDims); in prepare() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
H A Dmean.mod.py4 keepDims = Int32Scalar("keepDims", 0) variable
H A Dmean_float_1.mod.py4 keepDims = Int32Scalar("keepDims", 0) variable
H A Dmean_float_2.mod.py4 keepDims = Int32Scalar("keepDims", 1) variable
H A Dmean_quant8_1.mod.py4 keepDims = Int32Scalar("keepDims", 0) variable
H A Dmean_quant8_2.mod.py4 keepDims = Int32Scalar("keepDims", 1) variable
H A Dmean_float_1_relaxed.mod.py20 keepDims = Int32Scalar("keepDims", 0) variable
H A Dmean_float_2_relaxed.mod.py20 keepDims = Int32Scalar("keepDims", 1) variable
H A Dmean_relaxed.mod.py20 keepDims = Int32Scalar("keepDims", 0) variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dmean_float16.mod.py4 keepDims = Int32Scalar("keepDims", 0) variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
H A DReduce.cpp40 bool keepDims; in reduceOpConstructor() local
/aosp12/packages/modules/NeuralNetworks/common/
H A DOperationsUtils.cpp592 bool meanPrepare(const Shape& input, const int32_t* axisData, const Shape& axisShape, bool keepDims, in meanPrepare()
H A DCpuExecutor.cpp1304 int32_t keepDims = getScalarData<int32_t>(operands[ins[2]]); in executeOperation() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidateOperations.cpp1719 ANeuralNetworksOperandType keepDims = getOpType(ANEURALNETWORKS_INT32); in meanOpTest() local