Home
last modified time | relevance | path

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

/external/armnn/delegate/test/
DBatchMatMulTest.cpp28 std::vector<float> RHSInputValues = { 5, 6, in BatchMatMul2DFp32SimpleTest() local
56 std::vector<int8_t> RHSInputValues = { 5, 6, in BatchMatMul2DInt8SimpleTest() local
85 std::vector<float> RHSInputValues = { 5, 6, in BatchMatMul3DFp32SimpleTest() local
114 std::vector<int8_t> RHSInputValues = { 5, 6, in BatchMatMul3DInt8SimpleTest() local
143 std::vector<float> RHSInputValues = { 5, 6, in BatchMatMul4DFp32SimpleTest() local
172 std::vector<int8_t> RHSInputValues = { 5, 6, in BatchMatMul4DInt8SimpleTest() local
204 std::vector<float> RHSInputValues = { 5, 6, in BatchMatMul3DFp32BatchTest() local
242 std::vector<int8_t> RHSInputValues = { 5, 6, in BatchMatMul3DInt8BatchTest() local
280 std::vector<float> RHSInputValues = { 13, 14, in BatchMatMul3DFp32BroadcastTest() local
315 std::vector<int8_t> RHSInputValues = { 1, 2, in BatchMatMul3DInt8BroadcastTest() local
[all …]
DBatchMatMulTestHelper.hpp128 std::vector<T>& RHSInputValues, in BatchMatMulTest()