Searched refs:remapIndexes (Results 1 – 1 of 1) sorted by relevance
49 void remapIndexes(std::vector<uint32_t>* indexes, const std::vector<uint32_t>& mapping) { in remapIndexes() function268 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()