Home
last modified time | relevance | path

Searched refs:remapIndexes (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NeuralNetworks/common/
DModelUtils.cpp49 void remapIndexes(std::vector<uint32_t>* indexes, const std::vector<uint32_t>& mapping) { in remapIndexes() function
268 remapIndexes(&operation.inputs, mappedOperandIndices); in removeDeadOperands()
269 remapIndexes(&operation.outputs, mappedOperandIndices); in removeDeadOperands()
271 remapIndexes(&model->main.inputIndexes, mappedOperandIndices); in removeDeadOperands()
272 remapIndexes(&model->main.outputIndexes, mappedOperandIndices); in removeDeadOperands()