/aosp_15_r20/external/armnn/delegate/test/ |
H A D | ElementwiseBinaryTest.cpp | 26 std::vector<int32_t> expectedOutputShape { 2, 2, 2, 3 }; in AddFP32Test() local 89 std::vector<int32_t> expectedOutputShape { 1, 3, 2, 3 }; in AddBroadcastTest() local 136 std::vector<int32_t> expectedOutputShape { 1, 3, 2, 1 }; in AddConstInputTest() local 185 std::vector<int32_t> expectedOutputShape { 1, 2, 2, 1 }; in AddActivationTest() local 207 std::vector<int32_t> expectedOutputShape { 1, 2, 2, 3 }; in AddUint8Test() local 243 std::vector<int32_t> expectedOutputShape { 2, 2, 2, 2 }; in DivFP32Test() local 280 std::vector<int32_t> expectedOutputShape { 1, 2, 2, 2 }; in DivBroadcastTest() local 302 std::vector<int32_t> expectedOutputShape { 2, 2, 2, 2 }; in DivUint8Test() local 339 std::vector<int32_t> expectedOutputShape { 2, 2, 2, 2 }; in FloorDivFP32Test() local 376 std::vector<int32_t> expectedOutputShape { 2, 2, 2, 2 }; in MaxFP32Test() local [all …]
|
H A D | ComparisonTest.cpp | 26 std::vector<int32_t> expectedOutputShape { 2, 2, 2, 2 }; in EqualFP32Test() local 62 std::vector<int32_t> expectedOutputShape { 1, 2, 2, 3 }; in EqualBroadcastTest() local 91 std::vector<int32_t> expectedOutputShape { 1, 2, 2, 1 }; in EqualInt32Test() local 114 std::vector<int32_t> expectedOutputShape { 2, 2, 2, 2 }; in NotEqualFP32Test() local 149 std::vector<int32_t> expectedOutputShape { 1, 2, 2, 3 }; in NotEqualBroadcastTest() local 178 std::vector<int32_t> expectedOutputShape { 1, 2, 2, 1 }; in NotEqualInt32Test() local 201 std::vector<int32_t> expectedOutputShape { 1, 2, 2, 1 }; in GreaterFP32Test() local 224 std::vector<int32_t> expectedOutputShape { 1, 2, 2, 3 }; in GreaterBroadcastTest() local 253 std::vector<int32_t> expectedOutputShape { 1, 2, 2, 1 }; in GreaterInt32Test() local 276 std::vector<int32_t> expectedOutputShape { 1, 2, 2, 1 }; in GreaterEqualFP32Test() local [all …]
|
H A D | ControlTest.cpp | 22 std::vector<int32_t> expectedOutputShape { 4, 2 }; in ConcatUint8TwoInputsTest() local 45 std::vector<int32_t> expectedOutputShape { 4, 2 }; in ConcatInt16TwoInputsTest() local 67 std::vector<int32_t> expectedOutputShape { 4, 2 }; in ConcatFloat32TwoInputsTest() local 89 std::vector<int32_t> expectedOutputShape { 6, 2 }; in ConcatThreeInputsTest() local 113 std::vector<int32_t> expectedOutputShape { 1, 2, 4 }; in ConcatAxisTest() local 138 std::vector<int32_t> expectedOutputShape { 1, 1 }; in MeanUint8KeepDimsTest() local 161 std::vector<int32_t> expectedOutputShape { 2, 2 }; in MeanUint8Test() local 184 std::vector<int32_t> expectedOutputShape { 1, 1, 2 }; in MeanFp32KeepDimsTest() local 207 std::vector<int32_t> expectedOutputShape { 1, 2, 1 }; in MeanFp32Test() local
|
H A D | BatchSpaceTest.cpp | 22 std::vector<int32_t> expectedOutputShape { 1, 2, 2, 1 }; in BatchToSpaceNDFp32Test() local 44 std::vector<int32_t> expectedOutputShape { 1, 2, 2, 1 }; in BatchToSpaceNDFp32BatchOneTest() local 66 std::vector<int32_t> expectedOutputShape { 1, 2, 2, 3 }; in BatchToSpaceNDUint8Test() local 89 std::vector<int32_t> expectedOutputShape { 4, 1, 1, 1 }; in SpaceToBatchNDFp32Test() local 111 std::vector<int32_t> expectedOutputShape { 8, 1, 3, 1 }; in SpaceToBatchNDFp32PaddingTest() local 140 std::vector<int32_t> expectedOutputShape { 4, 1, 1, 3 }; in SpaceToBatchNDUint8Test() local
|
H A D | PackTest.cpp | 22 std::vector<int32_t> expectedOutputShape { 2, 3, 2, 3 }; in PackFp32Axis0Test() local 85 std::vector<int32_t> expectedOutputShape { 3, 2, 2, 3 }; in PackFp32Axis1Test() local 149 std::vector<int32_t> expectedOutputShape { 3, 2, 2, 3 }; in PackFp32Axis2Test() local 211 std::vector<int32_t> expectedOutputShape { 3, 2, 3, 2 }; in PackFp32Axis3Test() local 281 std::vector<int32_t> expectedOutputShape { 3, 3, 3 }; in PackFp32Inputs3Test() local
|
H A D | LogicalTest.cpp | 23 std::vector<int32_t> expectedOutputShape { 1, 2, 2 }; in LogicalBinaryAndBoolTest() local 45 std::vector<int32_t> expectedOutputShape { 1, 2, 2 }; in LogicalBinaryAndBroadcastTest() local 66 std::vector<int32_t> expectedOutputShape { 1, 2, 2 }; in LogicalBinaryOrBoolTest() local 87 std::vector<int32_t> expectedOutputShape { 1, 2, 2 }; in LogicalBinaryOrBroadcastTest() local
|
H A D | ReduceTest.cpp | 24 std::vector<int32_t> expectedOutputShape { 1, 1, 1, 3 }; in ReduceUint8KeepDimsTest() local 48 std::vector<int32_t> expectedOutputShape { 1, 1, 3 }; in ReduceUint8Test() local 72 std::vector<int32_t> expectedOutputShape { 1, 1, 1, 3 }; in ReduceFp32KeepDimsTest() local 96 std::vector<int32_t> expectedOutputShape { 1, 1, 3 }; in ReduceFp32Test() local
|
H A D | GatherNdTest.cpp | 24 std::vector<int32_t> expectedOutputShape{ 3, 2 }; in GatherNdUint8Test() local 44 std::vector<int32_t> expectedOutputShape{ 3, 2 }; in GatherNdFp32Test() local
|
H A D | ResizeTest.cpp | 45 const std::vector<int32_t> expectedOutputShape = { 1, 5, 5, 1 }; in ResizeBiliniarFloat32Test() local 69 const std::vector<int32_t> expectedOutputShape = { 1, 1, 1, 1 }; in ResizeNearestNeighbourFloat32Test() local
|
H A D | GatherTest.cpp | 24 std::vector<int32_t> expectedOutputShape{3}; in GatherUint8Test() local 46 std::vector<int32_t> expectedOutputShape{3}; in GatherFp32Test() local
|
H A D | UnpackTest.cpp | 22 std::vector<int32_t> expectedOutputShape { 1, 6 }; in UnpackAxis0Num4Test() local 53 std::vector<int32_t> expectedOutputShape { 4, 1 }; in UnpackAxis2Num6Test() local
|
H A D | GatherNdTestHelper.hpp | 27 const std::vector<int32_t>& expectedOutputShape, in CreateGatherNdTfLiteModel() 122 std::vector<int32_t>& expectedOutputShape, in GatherNdTest()
|
H A D | GatherTestHelper.hpp | 27 const std::vector<int32_t>& expectedOutputShape, in CreateGatherTfLiteModel() 123 std::vector<int32_t>& expectedOutputShape, in GatherTest()
|
H A D | ControlTestHelper.hpp | 213 std::vector<int32_t>& expectedOutputShape, in ConcatenationTest() 265 std::vector<int32_t>& expectedOutputShape, in MeanTest()
|
H A D | ShapeTest.cpp | 20 std::vector<int32_t> expectedOutputShape{ 4 }; in ShapeSimpleTest() local
|
H A D | ShapeTestHelper.hpp | 113 std::vector<int32_t>& expectedOutputShape, in ShapeTest()
|
H A D | ResizeTestHelper.hpp | 129 std::vector<int32_t> expectedOutputShape) in ResizeFP32TestImpl()
|
H A D | LogicalTestHelper.hpp | 134 std::vector<int32_t>& expectedOutputShape, in LogicalBinaryTest()
|
H A D | UnpackTestHelper.hpp | 122 std::vector<int32_t>& expectedOutputShape, in UnpackTest()
|
H A D | PackTestHelper.hpp | 120 std::vector<int32_t>& expectedOutputShape, in PackTest()
|
H A D | BatchSpaceTestHelper.hpp | 157 std::vector<int32_t>& expectedOutputShape, in BatchSpaceTest()
|
H A D | ReduceTestHelper.hpp | 153 std::vector<int32_t>& expectedOutputShape, in ReduceTest()
|
/aosp_15_r20/external/armnn/src/armnn/test/ |
H A D | InferOutputTests.hpp | 42 armnn::TensorShape expectedOutputShape( { 1, 3, 4 } ); in ArgMinMaxInferOutputShape4dTest() local 61 armnn::TensorShape expectedOutputShape( { 3, 2 } ); in ArgMinMaxInferOutputShape3dTest() local 80 armnn::TensorShape expectedOutputShape( { 3 } ); in ArgMinMaxInferOutputShape2dTest() local 99 armnn::TensorShape expectedOutputShape( { 1 } ); in ArgMinMaxInferOutputShape1dTest() local 312 armnn::TensorShape expectedOutputShape in StackInferOutputShapeFromInputsMatchTest() local 343 armnn::TensorShape expectedOutputShape in StackInferOutputShapeFromInputsNoMatchTest() local 462 armnn::TensorShape expectedOutputShape(4, expectedOutputSizes.data()); in Convolution2dInferOutputShapeTest() local 499 armnn::TensorShape expectedOutputShape(5, expectedOutputSizes.data()); in Convolution3dInferOutputShapeTest() local 530 armnn::TensorShape expectedOutputShape(4, expectedOutputSizes.data()); in TransposeConvolution2dInferOutputShapeTest() local 563 armnn::TensorShape expectedOutputShape(4, expectedOutputSizes.data()); in DepthwiseConvolution2dInferOutputShapeTest() local [all …]
|
H A D | ShapeInferenceTests.cpp | 443 const TensorShape expectedOutputShape{2, 20}; variable 532 const TensorShape expectedOutputShape{2, 20}; variable 566 const TensorShape expectedOutputShape{2, 20}; variable
|
/aosp_15_r20/external/armnn/src/armnn/layers/ |
H A D | TransposeConvolution2dLayer.cpp | 100 std::vector<TensorShape> expectedOutputShape; in ValidateTensorShapesFromInputs() local
|