Searched refs:slicedOperand (Results 1 – 1 of 1) sorted by relevance
1485 auto& slicedOperand = slicedOperands[slicedOperandIndex]; in initializeSlice() local1487 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()