Searched defs:keyIndices (Results 1 – 4 of 4) sorted by relevance
| /external/armnn/src/backends/neon/workloads/ |
| D | NeonGatherNdWorkload.cpp | 19 …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/ |
| D | ClGatherNdWorkload.cpp | 21 …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/ |
| D | RefGatherNdWorkload.cpp | 42 …std::map<std::string, unsigned int> keyIndices = CalculateGatherNdKeyIndices(inputInfo0, inputInfo… in Execute() local
|
| /external/armnn/src/backends/backendsCommon/ |
| D | WorkloadUtils.cpp | 314 std::map<std::string, unsigned int> keyIndices; in CalculateGatherNdKeyIndices() local
|