Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DMetaModel.cpp310 const auto& origOperand = origOperands[origOperandIndex]; in processOperations() local
311 slicedOperand = origOperand; in processOperations()
430 const Operand& origOperand = origOperands[input]; in makeSlice() local
431 switch (origOperand.lifetime) { in makeSlice()
437 extend(&slicedOperands, origOperand).first; in makeSlice()