Home
last modified time | relevance | path

Searched defs:input0Shape (Results 1 – 14 of 14) sorted by relevance

/external/armnn/delegate/test/
DElementwiseBinaryTest.cpp24 std::vector<int32_t> input0Shape { 2, 2, 2, 3 }; in AddFP32Test() local
87 std::vector<int32_t> input0Shape { 1, 3, 2, 1 }; in AddBroadcastTest() local
134 std::vector<int32_t> input0Shape { 1, 3, 2, 1 }; in AddConstInputTest() local
183 std::vector<int32_t> input0Shape { 1, 2, 2, 1 }; in AddActivationTest() local
205 std::vector<int32_t> input0Shape { 1, 2, 2, 3 }; in AddUint8Test() local
241 std::vector<int32_t> input0Shape { 2, 2, 2, 2 }; in DivFP32Test() local
278 std::vector<int32_t> input0Shape { 1, 2, 2, 2 }; in DivBroadcastTest() local
300 std::vector<int32_t> input0Shape { 2, 2, 2, 2 }; in DivUint8Test() local
337 std::vector<int32_t> input0Shape { 2, 2, 2, 2 }; in FloorDivFP32Test() local
374 std::vector<int32_t> input0Shape { 2, 2, 2, 2 }; in MaxFP32Test() local
[all …]
DComparisonTest.cpp24 std::vector<int32_t> input0Shape { 2, 2, 2, 2 }; in EqualFP32Test() local
60 std::vector<int32_t> input0Shape { 1, 2, 2, 3 }; in EqualBroadcastTest() local
89 std::vector<int32_t> input0Shape { 1, 2, 2, 1 }; in EqualInt32Test() local
112 std::vector<int32_t> input0Shape { 2, 2, 2, 2 }; in NotEqualFP32Test() local
147 std::vector<int32_t> input0Shape { 1, 2, 2, 3 }; in NotEqualBroadcastTest() local
176 std::vector<int32_t> input0Shape { 1, 2, 2, 1 }; in NotEqualInt32Test() local
199 std::vector<int32_t> input0Shape { 1, 2, 2, 1 }; in GreaterFP32Test() local
222 std::vector<int32_t> input0Shape { 1, 2, 2, 3 }; in GreaterBroadcastTest() local
251 std::vector<int32_t> input0Shape { 1, 2, 2, 1 }; in GreaterInt32Test() local
274 std::vector<int32_t> input0Shape { 1, 2, 2, 1 }; in GreaterEqualFP32Test() local
[all …]
DLogicalTest.cpp21 std::vector<int32_t> input0Shape { 1, 2, 2 }; in LogicalBinaryAndBoolTest() local
43 std::vector<int32_t> input0Shape { 1, 2, 2 }; in LogicalBinaryAndBroadcastTest() local
64 std::vector<int32_t> input0Shape { 1, 2, 2 }; in LogicalBinaryOrBoolTest() local
85 std::vector<int32_t> input0Shape { 1, 2, 2 }; in LogicalBinaryOrBroadcastTest() local
DReduceTest.cpp22 std::vector<int32_t> input0Shape { 1, 1, 2, 3 }; in ReduceUint8KeepDimsTest() local
46 std::vector<int32_t> input0Shape { 1, 1, 2, 3 }; in ReduceUint8Test() local
70 std::vector<int32_t> input0Shape { 1, 1, 2, 3 }; in ReduceFp32KeepDimsTest() local
94 std::vector<int32_t> input0Shape { 1, 1, 2, 3 }; in ReduceFp32Test() local
DControlTest.cpp136 std::vector<int32_t> input0Shape { 1, 3 }; in MeanUint8KeepDimsTest() local
159 std::vector<int32_t> input0Shape { 1, 2, 2 }; in MeanUint8Test() local
182 std::vector<int32_t> input0Shape { 1, 2, 2 }; in MeanFp32KeepDimsTest() local
205 std::vector<int32_t> input0Shape { 1, 2, 2, 1 }; in MeanFp32Test() local
DTransposeTest.cpp19 std::vector<int32_t> input0Shape {4, 2, 3}; in TransposeFP32Test() local
DComparisonTestHelper.hpp154 std::vector<int32_t>& input0Shape, in ComparisonTest()
DLogicalTestHelper.hpp132 std::vector<int32_t>& input0Shape, in LogicalBinaryTest()
DReduceTestHelper.hpp151 std::vector<int32_t>& input0Shape, in ReduceTest()
DElementwiseBinaryTestHelper.hpp178 std::vector<int32_t>& input0Shape, in ElementwiseBinaryTest()
DControlTestHelper.hpp263 std::vector<int32_t>& input0Shape, in MeanTest()
/external/armnn/src/backends/tosaReference/test/
DTosaRefLayerSupportTests.cpp66 TensorShape input0Shape = { 2, 3, 2, 2 }; variable
92 TensorShape input0Shape = { 2, 3, 2, 2 }; variable
/external/armnn/src/armnnOnnxParser/
DOnnxParser.cpp1407 TensorShape input0Shape = m_TensorsInfo[input0].m_info->GetShape(); in AddPrepareBroadcast() local
1999 TensorShape input0Shape = m_TensorsInfo[node.input(0)].m_info->GetShape(); in ParseGemm() local
2342 TensorShape input0Shape = m_TensorsInfo[input0].m_info->GetShape(); in PrependForBroadcast() local
/external/armnn/src/backends/backendsCommon/test/
DWorkloadDataValidation.cpp416 constexpr unsigned int input0Shape[] = { 2, 2, 4, 4 }; variable