/aosp_15_r20/external/android-nn-driver/test/1.1/ |
H A D | Mean.cpp | 26 int32_t keepDims, in MeanTestImpl() 110 int32_t keepDims = 0; variable 121 int32_t keepDims = 1; variable 135 int32_t keepDims = 0; variable 146 int32_t keepDims = 1; variable 165 int32_t keepDims = 0; variable 176 int32_t keepDims = 1; variable 190 int32_t keepDims = 0; variable 201 int32_t keepDims = 1; variable 218 int32_t keepDims = 0; variable [all …]
|
/aosp_15_r20/external/android-nn-driver/test/1.2/ |
H A D | Mean.cpp | 28 int32_t keepDims, in MeanTestImpl() 115 int32_t keepDims = 0; variable 128 int32_t keepDims = 1; variable 150 int32_t keepDims = 0; variable 165 int32_t keepDims = 1; variable 185 int32_t keepDims = 0; variable 198 int32_t keepDims = 1; variable
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
D | mean_quant8_signed.mod.py | 19 keepDims = Int32Scalar("keepDims", 0) variable 43 keepDims = Int32Scalar("keepDims", 1) variable
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | SimpleMath.cpp | 40 const Shape& axisShape, bool keepDims, _Float16* outputData, in meanFloat16() 55 bool keepDims, T* outputData, const Shape& outputShape) { in meanGeneric()
|
D | Reduce.cpp | 84 bool keepDims = context->getInputValue<bool8>(kInputKeepDims); in prepare() local
|
/aosp_15_r20/external/armnn/delegate/test/ |
H A D | ReduceTestHelper.hpp | 30 const bool keepDims, in CreateReduceTfLiteModel() 157 const bool keepDims, in ReduceTest()
|
H A D | ControlTestHelper.hpp | 121 const bool keepDims, in CreateMeanTfLiteModel() 269 const bool keepDims, in MeanTest()
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
D | mean_quant8_2.mod.py | 4 keepDims = Int32Scalar("keepDims", 1) variable
|
D | mean_float_1.mod.py | 4 keepDims = Int32Scalar("keepDims", 0) variable
|
D | mean_quant8_1.mod.py | 4 keepDims = Int32Scalar("keepDims", 0) variable
|
D | mean.mod.py | 4 keepDims = Int32Scalar("keepDims", 0) variable
|
D | mean_float_2.mod.py | 4 keepDims = Int32Scalar("keepDims", 1) variable
|
D | mean_relaxed.mod.py | 20 keepDims = Int32Scalar("keepDims", 0) variable
|
D | mean_float_2_relaxed.mod.py | 20 keepDims = Int32Scalar("keepDims", 1) variable
|
D | mean_float_1_relaxed.mod.py | 20 keepDims = Int32Scalar("keepDims", 0) variable
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | mean_float16.mod.py | 4 keepDims = Int32Scalar("keepDims", 0) variable
|
/aosp_15_r20/external/armnn/src/armnnUtils/test/ |
H A D | ParserHelperTest.cpp | 21 bool keepDims = false; variable
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
D | Reduce.cpp | 40 bool keepDims; in reduceOpConstructor() local
|
/aosp_15_r20/external/armnn/src/armnnUtils/ |
H A D | ParserHelper.cpp | 54 bool keepDims, in CalculateReducedOutputTensoInfo()
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/ |
H A D | ReduceSumTestImpl.cpp | 29 bool keepDims = false) in ReduceTestCommon()
|
H A D | ReduceProdTestImpl.cpp | 28 bool keepDims = false) in ReduceTestCommon()
|
H A D | ReductionTestImpl.cpp | 30 bool keepDims = false) in ReductionTestCommon()
|
H A D | MeanTestImpl.hpp | 26 bool keepDims, in MeanTestHelper()
|
/aosp_15_r20/external/armnn/src/backends/aclCommon/ |
H A D | ArmComputeUtils.hpp | 354 const bool keepDims) in ComputeReductionTensorShape()
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/ |
D | OperationsExecutionUtils.cpp | 501 bool meanPrepare(const Shape& input, const int32_t* axisData, const Shape& axisShape, bool keepDims, in meanPrepare()
|