Searched defs:LHSInputValues (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/armnn/delegate/test/ |
H A D | BatchMatMulTest.cpp | 25 std::vector<float> LHSInputValues = { 1, 2, in BatchMatMul2DFp32SimpleTest() local 53 std::vector<int8_t> LHSInputValues = { 1, 2, in BatchMatMul2DInt8SimpleTest() local 82 std::vector<float> LHSInputValues = { 1, 2, in BatchMatMul3DFp32SimpleTest() local 111 std::vector<int8_t> LHSInputValues = { 1, 2, in BatchMatMul3DInt8SimpleTest() local 140 std::vector<float> LHSInputValues = { 1, 2, in BatchMatMul4DFp32SimpleTest() local 169 std::vector<int8_t> LHSInputValues = { 1, 2, in BatchMatMul4DInt8SimpleTest() local 198 std::vector<float> LHSInputValues = { 1, 2, in BatchMatMul3DFp32BatchTest() local 236 std::vector<int8_t> LHSInputValues = { 1, 2, in BatchMatMul3DInt8BatchTest() local 274 std::vector<float> LHSInputValues = { 1, 2, in BatchMatMul3DFp32BroadcastTest() local 309 std::vector<int8_t> LHSInputValues = { 1, 2, in BatchMatMul3DInt8BroadcastTest() local [all …]
|
H A D | BatchMatMulTestHelper.hpp | 127 std::vector<T>& LHSInputValues, in BatchMatMulTest()
|