Searched refs:sourceOperand (Results 1 – 1 of 1) sorted by relevance
1251 const Operand& sourceOperand = executionBuilder->getSourceOperand(sourceOperandIndex); in makeController() local1253 sourceOperand.lifetime == Operand::LifeTime::SUBGRAPH_OUTPUT) { in makeController()1257 CHECK_EQ(sourceOperand.lifetime, lifetime); in makeController()1258 const uint32_t size = TypeManager::get()->getSizeOfData(sourceOperand); in makeController()1272 CHECK_EQ(sourceOperand.lifetime, Operand::LifeTime::TEMPORARY_VARIABLE); in makeController()1369 const Operand& sourceOperand, uint32_t definingStepIndex) { in makeController() argument1370 CHECK(typeManager->isTensorType(sourceOperand.type)); in makeController()1374 const uint32_t size = typeManager->getSizeOfData(sourceOperand.type, {1}); in makeController()1375 dynamicTemporaries.declare(sourceOperandIndex, definingStepIndex, sourceOperand.dimensions, in makeController()1804 const Operand& sourceOperand = in nextCompound() local[all …]