Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dflatten_call_graph.cc39 instruction->set_while_condition(new_computation); in ReplaceCalledComputation()
Dhlo_module.cc186 instruction->set_while_condition(new_condition); in ReplaceComputations()
Dhlo_instruction.h1293 void set_while_condition(HloComputation* while_condition);
Dhlo_instruction.cc2478 void HloInstruction::set_while_condition(HloComputation* computation) { in set_while_condition() function in xla::HloInstruction