Searched refs:origInputIndex (Results 1 – 1 of 1) sorted by relevance
461 for (uint32_t origInputIndex : mModel.main.inputIndexes) { in makeSlice() local462 if (inputOperandIndexesOfCompliantOperations.count(origInputIndex)) { in makeSlice()464 origOperandToSlicedInputOperandIndex.getIndex(origOperands[origInputIndex]); in makeSlice()465 origOperandIndexToSlicedIndex[origInputIndex] = slicedIndex; in makeSlice()467 << origInputIndex << " -> " << slicedIndex << ": " in makeSlice()