/aosp_15_r20/external/armnn/delegate/test/ |
H A D | ElementwiseBinaryTest.cpp | 25 std::vector<int32_t> input1Shape { 2, 2, 2, 3 }; in AddFP32Test() local 88 std::vector<int32_t> input1Shape { 1, 1, 2, 3 }; in AddBroadcastTest() local 135 std::vector<int32_t> input1Shape { 1 }; in AddConstInputTest() local 184 std::vector<int32_t> input1Shape { 1, 2, 2, 1 }; in AddActivationTest() local 206 std::vector<int32_t> input1Shape { 1, 2, 2, 3 }; in AddUint8Test() local 242 std::vector<int32_t> input1Shape { 2, 2, 2, 2 }; in DivFP32Test() local 279 std::vector<int32_t> input1Shape { 1, 1, 1, 1 }; in DivBroadcastTest() local 301 std::vector<int32_t> input1Shape { 2, 2, 2, 2 }; in DivUint8Test() local 338 std::vector<int32_t> input1Shape { 2, 2, 2, 2 }; in FloorDivFP32Test() local 375 std::vector<int32_t> input1Shape { 2, 2, 2, 2 }; in MaxFP32Test() local [all …]
|
H A D | ComparisonTest.cpp | 25 std::vector<int32_t> input1Shape { 2, 2, 2, 2 }; in EqualFP32Test() local 61 std::vector<int32_t> input1Shape { 1, 1, 1, 3 }; in EqualBroadcastTest() local 90 std::vector<int32_t> input1Shape { 1, 2, 2, 1 }; in EqualInt32Test() local 113 std::vector<int32_t> input1Shape { 2, 2, 2, 2 }; in NotEqualFP32Test() local 148 std::vector<int32_t> input1Shape { 1, 1, 1, 3 }; in NotEqualBroadcastTest() local 177 std::vector<int32_t> input1Shape { 1, 2, 2, 1 }; in NotEqualInt32Test() local 200 std::vector<int32_t> input1Shape { 1, 2, 2, 1 }; in GreaterFP32Test() local 223 std::vector<int32_t> input1Shape { 1, 1, 1, 3 }; in GreaterBroadcastTest() local 252 std::vector<int32_t> input1Shape { 1, 2, 2, 1 }; in GreaterInt32Test() local 275 std::vector<int32_t> input1Shape { 1, 2, 2, 1 }; in GreaterEqualFP32Test() local [all …]
|
H A D | LogicalTest.cpp | 22 std::vector<int32_t> input1Shape { 1, 2, 2 }; in LogicalBinaryAndBoolTest() local 44 std::vector<int32_t> input1Shape { 1, 1, 1 }; in LogicalBinaryAndBroadcastTest() local 65 std::vector<int32_t> input1Shape { 1, 2, 2 }; in LogicalBinaryOrBoolTest() local 86 std::vector<int32_t> input1Shape { 1, 1, 1 }; in LogicalBinaryOrBroadcastTest() local
|
H A D | ReduceTest.cpp | 23 std::vector<int32_t> input1Shape { 1 }; in ReduceUint8KeepDimsTest() local 47 std::vector<int32_t> input1Shape { 1 }; in ReduceUint8Test() local 71 std::vector<int32_t> input1Shape { 1 }; in ReduceFp32KeepDimsTest() local 95 std::vector<int32_t> input1Shape { 1 }; in ReduceFp32Test() local
|
H A D | ControlTest.cpp | 137 std::vector<int32_t> input1Shape { 1 }; in MeanUint8KeepDimsTest() local 160 std::vector<int32_t> input1Shape { 1 }; in MeanUint8Test() local 183 std::vector<int32_t> input1Shape { 1 }; in MeanFp32KeepDimsTest() local 206 std::vector<int32_t> input1Shape { 1 }; in MeanFp32Test() local
|
H A D | ResizeTest.cpp | 43 const std::vector<int32_t> input1Shape { 1, 3, 3, 1 }; in ResizeBiliniarFloat32Test() local 67 const std::vector<int32_t> input1Shape { 1, 2, 2, 1 }; in ResizeNearestNeighbourFloat32Test() local
|
H A D | ResizeTestHelper.hpp | 125 std::vector<int32_t> input1Shape, in ResizeFP32TestImpl()
|
H A D | ComparisonTestHelper.hpp | 155 std::vector<int32_t>& input1Shape, in ComparisonTest()
|
H A D | LogicalTestHelper.hpp | 133 std::vector<int32_t>& input1Shape, in LogicalBinaryTest()
|
H A D | ReduceTestHelper.hpp | 152 std::vector<int32_t>& input1Shape, in ReduceTest()
|
H A D | ElementwiseBinaryTestHelper.hpp | 179 std::vector<int32_t>& input1Shape, in ElementwiseBinaryTest()
|
H A D | ControlTestHelper.hpp | 264 std::vector<int32_t>& input1Shape, in MeanTest()
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | ElementwiseBinaryEndToEndTestImpl.hpp | 22 INetworkPtr CreateElementwiseBinaryNetwork(const TensorShape& input1Shape, in CreateElementwiseBinaryNetwork() 59 const TensorShape& input1Shape = { 2, 2, 2, 2 }; in ElementwiseBinarySimpleEndToEnd() local
|
H A D | WorkloadDataValidation.cpp | 422 unsigned int input1Shape[dimensionCount]; variable
|
/aosp_15_r20/external/armnn/src/backends/tosaReference/test/ |
H A D | TosaRefLayerSupportTests.cpp | 67 TensorShape input1Shape = { 2, 3, 2, 2 }; variable 93 TensorShape input1Shape = { 2, 3, 2, 2 }; variable
|
/aosp_15_r20/external/armnn/src/armnnOnnxParser/ |
H A D | OnnxParser.cpp | 1408 TensorShape input1Shape = m_TensorsInfo[input1].m_info->GetShape(); in AddPrepareBroadcast() local 2000 TensorShape input1Shape = m_TensorsInfo[node.input(1)].m_info->GetShape(); in ParseGemm() local 2343 TensorShape input1Shape = m_TensorsInfo[input1].m_info->GetShape(); in PrependForBroadcast() local
|