Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dflatten_call_graph.cc57 instruction->set_branch_computation(b, new_computation); in ReplaceCalledComputation()
Dhlo_module.cc165 instruction->set_branch_computation(b, new_computation); in ReplaceComputations()
Dhlo_instruction.h1087 void set_branch_computation(int b, HloComputation* computation);
Dhlo_instruction.cc2087 void HloInstruction::set_branch_computation(int b, in set_branch_computation() function in xla::HloInstruction