Home
last modified time | relevance | path

Searched refs:RemoveInstructionAndUnusedOperands (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dce.cc62 computation->RemoveInstructionAndUnusedOperands(dead_root)); in Run()
Dsort_simplifier.cc132 TF_RETURN_IF_ERROR(computation->RemoveInstructionAndUnusedOperands(user)); in RemoveUnusedOperandFromSort()
Dhlo_computation.h142 Status RemoveInstructionAndUnusedOperands(HloInstruction* instruction);
Dhlo_computation.cc221 Status HloComputation::RemoveInstructionAndUnusedOperands( in RemoveInstructionAndUnusedOperands() function in xla::HloComputation
781 return RemoveInstructionAndUnusedOperands(old_instruction); in ReplaceInstruction()
Dhlo_computation_test.cc462 ASSERT_IS_OK(computation->RemoveInstructionAndUnusedOperands(dead_add)); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_layout_assignment_test.cc304 computation->RemoveInstructionAndUnusedOperands(dot_result)); in RunDotOutputFusion()