Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1485 auto& slicedOperand = slicedOperands[slicedOperandIndex]; in initializeSlice() local
1487 slicedOperand = convertTo<SlicedOperand>(origOperand); in initializeSlice()
1488 slicedOperand.numberOfConsumers = 0; in initializeSlice()
1498 slicedOperand.lifetime = OperandLifeTime::MODEL_OUTPUT; in initializeSlice()
1503 << toString(slicedOperand); in initializeSlice()
1505 if (slicedOperand.lifetime == OperandLifeTime::MODEL_OUTPUT) { in initializeSlice()