Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability_test.cc163 ASSERT_IS_OK(add->RemoveControlDependencyTo(exp)); in TEST_F()
Dcopy_insertion.cc424 TF_RETURN_IF_ERROR(instruction->RemoveControlDependencyTo( in StripControlDependenciesFrom()
430 instruction->control_predecessors().front()->RemoveControlDependencyTo( in StripControlDependenciesFrom()
Dhlo_instruction.h872 Status RemoveControlDependencyTo(HloInstruction* instruction);
Dhlo_instruction.cc1641 Status HloInstruction::RemoveControlDependencyTo(HloInstruction* instruction) { in RemoveControlDependencyTo() function in xla::HloInstruction