Home
last modified time | relevance | path

Searched defs:MakeInstructionsLiveInResult (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_util.h28 struct MakeInstructionsLiveInResult { struct
30 HloInstruction* new_while_instr;
34 HloInstruction* replacement_instr;
38 std::vector<HloInstruction*> while_body_live_in_values;
62 static StatusOr<MakeInstructionsLiveInResult> MakeInstructionsLiveIn( argument