Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dce.cc84 TF_RETURN_IF_ERROR(module->RemoveEmbeddedComputation(computation)); in Run()
Ddefuser.cc87 return module->RemoveEmbeddedComputation(fused_computation); in Defuse()
Dhlo_module.h80 Status RemoveEmbeddedComputation(HloComputation* to_remove);
Dhlo_module_test.cc291 TF_ASSERT_OK(module->RemoveEmbeddedComputation(reduction)); in TEST_F()
Dhlo_module.cc109 Status HloModule::RemoveEmbeddedComputation(HloComputation* to_remove) { in RemoveEmbeddedComputation() function in xla::HloModule
Dwhile_loop_simplifier.cc960 TF_RETURN_IF_ERROR(module->RemoveEmbeddedComputation(temp_new_while_body)); in TryMergeInductionVariables()
Dhlo_instructions.cc1265 TF_CHECK_OK(parent()->parent()->RemoveEmbeddedComputation( in MergeFusionInstruction()
1313 TF_CHECK_OK(GetModule()->RemoveEmbeddedComputation(computation_to_merge)); in MergeFusionInstructionIntoMultiOutput()