Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dflatten_call_graph.cc42 instruction->set_while_body(new_computation); in ReplaceCalledComputation()
Dhlo_module.cc156 instruction->set_while_body(new_body); in ReplaceComputations()
Dhlo_instruction.h1067 void set_while_body(HloComputation* while_body);
Dhlo_instruction.cc2044 void HloInstruction::set_while_body(HloComputation* computation) { in set_while_body() function in xla::HloInstruction