/external/armnn/delegate/src/test/ |
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 …]
|
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, 2, 2, 1 }; in AddActivationTest() local 158 std::vector<int32_t> expectedOutputShape { 1, 2, 2, 3 }; in AddUint8Test() local 194 std::vector<int32_t> expectedOutputShape { 2, 2, 2, 2 }; in DivFP32Test() local 231 std::vector<int32_t> expectedOutputShape { 1, 2, 2, 2 }; in DivBroadcastTest() local 253 std::vector<int32_t> expectedOutputShape { 2, 2, 2, 2 }; in DivUint8Test() local 290 std::vector<int32_t> expectedOutputShape { 2, 2, 2, 2 }; in MaxFP32Test() local 327 std::vector<int32_t> expectedOutputShape { 1, 2, 2, 2 }; in MaxBroadcastTest() local 349 std::vector<int32_t> expectedOutputShape { 2, 2, 2, 2 }; in MaxUint8Test() local [all …]
|
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
|
D | ResizeTest.cpp | 45 const std::vector<int32_t> expectedOutputShape = input2NewShape; in ResizeBiliniarFloat32Test() local 69 const std::vector<int32_t> expectedOutputShape = input2NewShape; in ResizeNearestNeighbourFloat32Test() local
|
D | TestUtils.hpp | 53 std::vector<int32_t>& expectedOutputShape, in CompareOutputData()
|
D | ControlTestHelper.hpp | 213 std::vector<int32_t>& expectedOutputShape, in ConcatenationTest() 283 std::vector<int32_t>& expectedOutputShape, in MeanTest()
|
D | ResizeTestHelper.hpp | 127 std::vector<int32_t> expectedOutputShape) in ResizeFP32TestImpl()
|
/external/armnn/src/armnn/test/ |
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 493 armnn::TensorShape expectedOutputShape(4, expectedOutputSizes.data()); in TransposeConvolution2dInferOutputShapeTest() local 526 armnn::TensorShape expectedOutputShape(4, expectedOutputSizes.data()); in DepthwiseConvolution2dInferOutputShapeTest() local
|
D | ShapeInferenceTests.cpp | 457 const TensorShape expectedOutputShape{2, 20}; in BOOST_AUTO_TEST_CASE() local 546 const TensorShape expectedOutputShape{2, 20}; in BOOST_AUTO_TEST_CASE() local 580 const TensorShape expectedOutputShape{2, 20}; in BOOST_AUTO_TEST_CASE() local
|
/external/armnn/src/armnn/layers/ |
D | TransposeConvolution2dLayer.cpp | 116 std::vector<TensorShape> expectedOutputShape; in ValidateTensorShapesFromInputs() local
|