Home
last modified time | relevance | path

Searched refs:live_in_instructions (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_util.cc133 std::vector<HloInstruction*> live_in_instructions; in MakeInstructionsLiveIn() local
136 live_in_instructions.push_back( in MakeInstructionsLiveIn()
145 result.while_body_live_in_values = std::move(live_in_instructions); in MakeInstructionsLiveIn()