Searched refs:origOperands (Results 1 – 1 of 1) sorted by relevance
247 const auto& origOperands = mModel.main.operands; in processOperations() local253 countNumberOfConsumers(origOperands.size(), origOperations).value(); in processOperations()265 origOperandToSlicedInputOperandIndex->getIndex(origOperands[output]); in processOperations()310 const auto& origOperand = origOperands[origOperandIndex]; in processOperations()379 const auto& origOperands = mModel.main.operands; in makeSlice() local394 const auto isSubgraph = [&origOperands](uint32_t opndIdx) { in makeSlice()395 return origOperands[opndIdx].lifetime == Operand::LifeTime::SUBGRAPH; in makeSlice()430 const Operand& origOperand = origOperands[input]; in makeSlice()464 origOperandToSlicedInputOperandIndex.getIndex(origOperands[origInputIndex]); in makeSlice()