Searched refs:origOperands (Results 1 – 1 of 1) sorted by relevance
246 const auto& origOperands = mModel.main.operands; in processOperations() local252 countNumberOfConsumers(origOperands.size(), origOperations).value(); in processOperations()264 origOperandToSlicedInputOperandIndex->getIndex(origOperands[output]); in processOperations()309 const auto& origOperand = origOperands[origOperandIndex]; in processOperations()369 const auto& origOperands = mModel.main.operands; in makeSlice() local384 const auto isSubgraph = [&origOperands](uint32_t opndIdx) { in makeSlice()385 return origOperands[opndIdx].lifetime == Operand::LifeTime::SUBGRAPH; in makeSlice()420 const Operand& origOperand = origOperands[input]; in makeSlice()454 origOperandToSlicedInputOperandIndex.getIndex(origOperands[origInputIndex]); in makeSlice()