Home
last modified time | relevance | path

Searched refs:set_to_apply (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dflatten_call_graph.cc48 instruction->set_to_apply(new_computation); in ReplaceCalledComputation()
Dsort_simplifier.cc108 new_sort->set_to_apply(new_compare); in RemoveUnusedOperandFromSort()
Dstable_sort_expander.cc93 sort->set_to_apply(sort->GetModule()->AddEmbeddedComputation( in ExpandInstruction()
Dhlo_module_test.cc290 root->set_to_apply(reduction_clone); in TEST_F()
Dhlo_module.cc143 instruction->set_to_apply(new_arg); in ReplaceComputations()
Dhlo_instruction.h1058 void set_to_apply(HloComputation* to_apply);
Dhlo_instruction.cc2005 void HloInstruction::set_to_apply(HloComputation* computation) { in set_to_apply() function in xla::HloInstruction