Searched refs:new_tuple_operands (Results 1 – 1 of 1) sorted by relevance
133 std::vector<HloInstruction*> new_tuple_operands; in TryRemoveUnusedConditionalOperands() local134 new_tuple_operands.reserve(tuple_indices_to_keep.size()); in TryRemoveUnusedConditionalOperands()136 new_tuple_operands.push_back(conditional->parent()->AddInstruction( in TryRemoveUnusedConditionalOperands()142 HloInstruction::CreateTuple(new_tuple_operands)); in TryRemoveUnusedConditionalOperands()