Searched refs:operands_to_add (Results 1 – 1 of 1) sorted by relevance
466 std::vector<HloInstruction*> operands_to_add; in HandleWhile() local480 operands_to_add.push_back(dynamic_size); in HandleWhile()486 if (!operands_to_add.empty()) { in HandleWhile()491 WhileUtil::MakeInstructionsLiveIn(hlo, operands_to_add)); in HandleWhile()