Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Ddefuser.cc86 return module->RemoveEmbeddedComputation(fused_computation); in Defuse()
H A Dhlo_dce.cc124 return module->RemoveEmbeddedComputation(computation); in RecursivelyRemoveDeadComputation()
H A Dhlo_module.cc144 Status HloModule::RemoveEmbeddedComputation(HloComputation* to_remove) { in RemoveEmbeddedComputation() function in xla::HloModule
938 TF_RETURN_IF_ERROR(RemoveEmbeddedComputation(computation)); in RemoveUnusedComputations()
H A Dhlo_module.h95 Status RemoveEmbeddedComputation(HloComputation* to_remove);
H A Dhlo_module_test.cc415 TF_ASSERT_OK(module->RemoveEmbeddedComputation(reduction)); in TEST_F()
H A Dwhile_loop_simplifier.cc1319 TF_RETURN_IF_ERROR(module->RemoveEmbeddedComputation(temp_new_while_body)); in TryMergeInductionVariables()
H A Dhlo_instructions.cc1980 TF_CHECK_OK(parent()->parent()->RemoveEmbeddedComputation( in MergeFusionInstruction()
2037 TF_CHECK_OK(GetModule()->RemoveEmbeddedComputation(computation_to_merge)); in MergeFusionInstructionIntoMultiOutput()