Home
last modified time | relevance | path

Searched defs:LHSInputShape (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/delegate/test/
H A DBatchMatMulTest.cpp21 std::vector<int32_t> LHSInputShape { 2, 2 }; in BatchMatMul2DFp32SimpleTest() local
49 std::vector<int32_t> LHSInputShape { 2, 2 }; in BatchMatMul2DInt8SimpleTest() local
78 std::vector<int32_t> LHSInputShape { 1,2,2 }; in BatchMatMul3DFp32SimpleTest() local
107 std::vector<int32_t> LHSInputShape { 1,2,2 }; in BatchMatMul3DInt8SimpleTest() local
136 std::vector<int32_t> LHSInputShape { 1,1,2,2 }; in BatchMatMul4DFp32SimpleTest() local
165 std::vector<int32_t> LHSInputShape { 1,1,2,2}; in BatchMatMul4DInt8SimpleTest() local
194 std::vector<int32_t> LHSInputShape { 2,2,2 }; in BatchMatMul3DFp32BatchTest() local
232 std::vector<int32_t> LHSInputShape { 2,2,2 }; in BatchMatMul3DInt8BatchTest() local
270 std::vector<int32_t> LHSInputShape { 2,2,2 }; in BatchMatMul3DFp32BroadcastTest() local
305 std::vector<int32_t> LHSInputShape { 2,2,2 }; in BatchMatMul3DInt8BroadcastTest() local
[all …]
H A DBatchMatMulTestHelper.hpp124 std::vector<int32_t>& LHSInputShape, in BatchMatMulTest()