Home
last modified time | relevance | path

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

/external/armnn/src/backends/neon/workloads/
DNeonGatherNdWorkload.cpp19 …std::map<std::string, unsigned int> keyIndices = CalculateGatherNdKeyIndices(paramsInfo, indicesIn… in NeonGatherNdWorkloadValidate() local
112 …std::map<std::string, unsigned int> keyIndices = CalculateGatherNdKeyIndices(paramsInfo, indicesIn… in NeonGatherNdWorkload() local
/external/armnn/src/backends/cl/workloads/
DClGatherNdWorkload.cpp21 …std::map<std::string, unsigned int> keyIndices = CalculateGatherNdKeyIndices(paramsInfo, indicesIn… in ClGatherNdWorkloadValidate() local
115 …std::map<std::string, unsigned int> keyIndices = CalculateGatherNdKeyIndices(paramsInfo, indicesIn… in ClGatherNdWorkload() local
/external/armnn/src/backends/reference/workloads/
DRefGatherNdWorkload.cpp42 …std::map<std::string, unsigned int> keyIndices = CalculateGatherNdKeyIndices(inputInfo0, inputInfo… in Execute() local
/external/armnn/src/backends/backendsCommon/
DWorkloadUtils.cpp314 std::map<std::string, unsigned int> keyIndices; in CalculateGatherNdKeyIndices() local