Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_reachability_test.cc164 ASSERT_IS_OK(add->RemoveControlDependencyTo(exp)); in TEST_F()
H A Dcopy_insertion.cc450 TF_RETURN_IF_ERROR(instruction->RemoveControlDependencyTo( in StripControlDependenciesFrom()
456 instruction->control_predecessors().front()->RemoveControlDependencyTo( in StripControlDependenciesFrom()
H A Dhlo_instruction.h1251 Status RemoveControlDependencyTo(HloInstruction* instruction);
H A Dhlo_instruction.cc2316 Status HloInstruction::RemoveControlDependencyTo(HloInstruction* instruction) { in RemoveControlDependencyTo() function in xla::HloInstruction