Home
last modified time | relevance | path

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

/external/armnn/delegate/test/
DGatherNdTest.cpp23 std::vector<int32_t> indicesShape{ 3, 1 }; in GatherNdUint8Test() local
43 std::vector<int32_t> indicesShape{ 3, 1 }; in GatherNdFp32Test() local
DGatherTest.cpp23 std::vector<int32_t> indicesShape{3}; in GatherUint8Test() local
45 std::vector<int32_t> indicesShape{3}; in GatherFp32Test() local
DGatherNdTestHelper.hpp26 std::vector<int32_t>& indicesShape, in CreateGatherNdTfLiteModel()
121 std::vector<int32_t>& indicesShape, in GatherNdTest()
DGatherTestHelper.hpp26 std::vector<int32_t>& indicesShape, in CreateGatherTfLiteModel()
122 std::vector<int32_t>& indicesShape, in GatherTest()
/external/armnn/src/backends/backendsCommon/
DWorkloadUtils.cpp308 std::vector<unsigned int> indicesShape; in CalculateGatherNdKeyIndices() local
/external/armnn/src/armnnOnnxParser/
DOnnxParser.cpp1976 const TensorShape& indicesShape = m_TensorsInfo[node.input(1)].m_info->GetShape(); in ParseGather() local