Home
last modified time | relevance | path

Searched defs:expectedOutputShape (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/armnn/delegate/test/
H A DElementwiseBinaryTest.cpp26 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 DComparisonTest.cpp26 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 DControlTest.cpp22 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 DBatchSpaceTest.cpp22 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 DPackTest.cpp22 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 DLogicalTest.cpp23 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 DReduceTest.cpp24 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 DGatherNdTest.cpp24 std::vector<int32_t> expectedOutputShape{ 3, 2 }; in GatherNdUint8Test() local
44 std::vector<int32_t> expectedOutputShape{ 3, 2 }; in GatherNdFp32Test() local
H A DResizeTest.cpp45 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 DGatherTest.cpp24 std::vector<int32_t> expectedOutputShape{3}; in GatherUint8Test() local
46 std::vector<int32_t> expectedOutputShape{3}; in GatherFp32Test() local
H A DUnpackTest.cpp22 std::vector<int32_t> expectedOutputShape { 1, 6 }; in UnpackAxis0Num4Test() local
53 std::vector<int32_t> expectedOutputShape { 4, 1 }; in UnpackAxis2Num6Test() local
H A DGatherNdTestHelper.hpp27 const std::vector<int32_t>& expectedOutputShape, in CreateGatherNdTfLiteModel()
122 std::vector<int32_t>& expectedOutputShape, in GatherNdTest()
H A DGatherTestHelper.hpp27 const std::vector<int32_t>& expectedOutputShape, in CreateGatherTfLiteModel()
123 std::vector<int32_t>& expectedOutputShape, in GatherTest()
H A DControlTestHelper.hpp213 std::vector<int32_t>& expectedOutputShape, in ConcatenationTest()
265 std::vector<int32_t>& expectedOutputShape, in MeanTest()
H A DShapeTest.cpp20 std::vector<int32_t> expectedOutputShape{ 4 }; in ShapeSimpleTest() local
H A DShapeTestHelper.hpp113 std::vector<int32_t>& expectedOutputShape, in ShapeTest()
H A DResizeTestHelper.hpp129 std::vector<int32_t> expectedOutputShape) in ResizeFP32TestImpl()
H A DLogicalTestHelper.hpp134 std::vector<int32_t>& expectedOutputShape, in LogicalBinaryTest()
H A DUnpackTestHelper.hpp122 std::vector<int32_t>& expectedOutputShape, in UnpackTest()
H A DPackTestHelper.hpp120 std::vector<int32_t>& expectedOutputShape, in PackTest()
H A DBatchSpaceTestHelper.hpp157 std::vector<int32_t>& expectedOutputShape, in BatchSpaceTest()
H A DReduceTestHelper.hpp153 std::vector<int32_t>& expectedOutputShape, in ReduceTest()
/aosp_15_r20/external/armnn/src/armnn/test/
H A DInferOutputTests.hpp42 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 DShapeInferenceTests.cpp443 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 DTransposeConvolution2dLayer.cpp100 std::vector<TensorShape> expectedOutputShape; in ValidateTensorShapesFromInputs() local

12