Searched defs:MakeInstructionsLiveInResult (Results 1 – 1 of 1) sorted by relevance
28 struct MakeInstructionsLiveInResult { struct30 HloInstruction* new_while_instr;34 HloInstruction* replacement_instr;38 std::vector<HloInstruction*> while_body_live_in_values;62 static StatusOr<MakeInstructionsLiveInResult> MakeInstructionsLiveIn( argument