Home
last modified time | relevance | path

Searched defs:indicesData (Results 1 – 6 of 6) sorted by relevance

/external/armnn/src/backends/backendsCommon/test/
DGatherNdEndToEndTestImpl.hpp20 const std::vector<int32_t>& indicesData) in CreateGatherNdNetwork()
70 std::vector<int32_t> indicesData{ in GatherNdEndToEnd() local
116 std::vector<int32_t> indicesData{ in GatherNdMultiDimEndToEnd() local
DGatherEndToEndTestImpl.hpp20 const std::vector<int32_t>& indicesData) in CreateGatherNetwork()
55 std::vector<int32_t> indicesData{ in GatherEndToEnd() local
100 std::vector<int32_t> indicesData{ in GatherMultiDimEndToEnd() local
/external/armnn/src/backends/reference/workloads/
DRefGatherWorkload.cpp38 const int32_t* indicesData = reinterpret_cast<int32_t*>(inputs[1]->Map()); in Execute() local
/external/armnn/src/backends/backendsCommon/test/layerTests/
DGatherNdTestImpl.cpp28 const std::vector<int32_t> &indicesData, in GatherNdTestImpl()
DGatherTestImpl.cpp31 const std::vector<int32_t>& indicesData, in GatherTestImpl()
/external/armnn/src/armnnSerializer/test/
DSerializerTests.cpp1331 const std::vector<int32_t>& indicesData = {7, 6, 5}; variable
1396 const std::vector<int32_t>& indicesData = {5, 1, 0}; variable