Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DMetaModel.cpp246 const auto& origOperands = mModel.main.operands; in processOperations() local
252 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() local
384 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()