Home
last modified time | relevance | path

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

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