Home
last modified time | relevance | path

Searched defs:indicesValues (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/delegate/test/
H A DGatherNdTest.cpp27 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 DGatherTest.cpp28 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 DGatherNdTestHelper.hpp124 std::vector<int32_t>& indicesValues, in GatherNdTest()
H A DGatherTestHelper.hpp126 std::vector<int32_t>& indicesValues, in GatherTest()