Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DMetaModel.cpp451 for (uint32_t origInputIndex : mModel.main.inputIndexes) { in makeSlice() local
452 if (inputOperandIndexesOfCompliantOperations.count(origInputIndex)) { in makeSlice()
454 origOperandToSlicedInputOperandIndex.getIndex(origOperands[origInputIndex]); in makeSlice()
455 origOperandIndexToSlicedIndex[origInputIndex] = slicedIndex; in makeSlice()
457 << origInputIndex << " -> " << slicedIndex << ": " in makeSlice()