Searched defs:indicesValues (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/armnn/delegate/test/ |
H A D | GatherNdTest.cpp | 27 std::vector<int32_t> indicesValues{ 1, 0, 4 }; in GatherNdUint8Test() local 47 std::vector<int32_t> indicesValues{ 1, 0, 4 }; in GatherNdFp32Test() local
|
H A D | GatherTest.cpp | 28 std::vector<int32_t> indicesValues{7, 6, 5}; in GatherUint8Test() local 50 std::vector<int32_t> indicesValues{7, 6, 5}; in GatherFp32Test() local
|
H A D | GatherNdTestHelper.hpp | 124 std::vector<int32_t>& indicesValues, in GatherNdTest()
|
H A D | GatherTestHelper.hpp | 126 std::vector<int32_t>& indicesValues, in GatherTest()
|