Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.cc209 instruction->set_select(new_select); in ReplaceComputations()
Dhlo_instruction.h1861 void set_select(HloComputation* computation);
Dhlo_instructions.h1369 void set_select(HloComputation* computation) { in set_select() function
Dhlo_instruction.cc4204 void HloInstruction::set_select(HloComputation* computation) { in set_select() function in xla::HloInstruction
4205 return Cast<HloSelectAndScatterInstruction>(this)->set_select(computation); in set_select()