Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dwhile_util.cc124 HloComputation* containing_computation = while_instr->parent(); in MakeInstructionsLiveIn() local
125 HloInstruction* new_while = containing_computation->AddInstruction( in MakeInstructionsLiveIn()
135 TF_RETURN_IF_ERROR(containing_computation->RemoveInstruction(while_instr)); in MakeInstructionsLiveIn()