Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dflatten_call_graph.cc56 instruction->set_false_computation(new_computation); in ReplaceCalledComputation()
Dhlo_module.cc159 instruction->set_false_computation(new_false_computation); in ReplaceComputations()
Dhlo_instruction.h778 void set_false_computation(HloComputation* false_computation);
Dhlo_instruction.cc2077 void HloInstruction::set_false_computation(HloComputation* false_computation) { in set_false_computation() function in xla::HloInstruction