Searched refs:sourceOperand (Results 1 – 1 of 1) sorted by relevance
1303 const Operand& sourceOperand = executionBuilder->getSourceOperand(sourceOperandIndex); in makeController() local1305 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() argument1422 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[all …]