Home
last modified time | relevance | path

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

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