Lines Matching refs:sourceOperand
1303 const Operand& sourceOperand = executionBuilder->getSourceOperand(sourceOperandIndex); in makeController() local
1305 sourceOperand.lifetime == Operand::LifeTime::SUBGRAPH_OUTPUT) { in makeController()
1309 CHECK_EQ(sourceOperand.lifetime, lifetime); in makeController()
1310 const uint32_t size = TypeManager::get()->getSizeOfData(sourceOperand); in makeController()
1324 CHECK_EQ(sourceOperand.lifetime, Operand::LifeTime::TEMPORARY_VARIABLE); in makeController()
1421 const Operand& sourceOperand, uint32_t definingStepIndex) { in makeController() argument
1422 CHECK(typeManager->isTensorType(sourceOperand.type)); in makeController()
1426 const uint32_t size = typeManager->getSizeOfData(sourceOperand.type, {1}); in makeController()
1427 dynamicTemporaries.declare(sourceOperandIndex, definingStepIndex, sourceOperand.dimensions, in makeController()
1856 const Operand& sourceOperand = in nextCompound() local
1858 const uint32_t size = TypeManager::get()->getSizeOfData(sourceOperand); in nextCompound()
2126 const auto& sourceOperand = getSourceOperand(sourceOperandIndex); in forEachDynamicTemporary() local
2127 if (hasUnknownSize(sourceOperand)) { in forEachDynamicTemporary()
2128 fn(sourceOperandIndex, sourceOperand, stepIndex); in forEachDynamicTemporary()