Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_util.cc118 HloInstruction* new_while_init = in MakeInstructionsLiveIn() local
123 new_while_body, new_while_init)); in MakeInstructionsLiveIn()
Dwhile_loop_all_reduce_code_motion.cc386 HloInstruction* new_while_init = while_parent->AddInstruction( in CreateNewWhileInit() local
388 return WhileInitContext{new_while_init, tuple_index_to_old_buffer}; in CreateNewWhileInit()
Dwhile_loop_simplifier.cc156 auto* new_while_init = computation->AddInstruction( in RemoveDeadTupleIndices() local
164 new_while_init)); in RemoveDeadTupleIndices()