Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DMetaModel.cpp309 const auto& origOperand = origOperands[origOperandIndex]; in processOperations() local
310 slicedOperand = origOperand; in processOperations()
420 const Operand& origOperand = origOperands[input]; in makeSlice() local
421 switch (origOperand.lifetime) { in makeSlice()
427 extend(&slicedOperands, origOperand).first; in makeSlice()