Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dzero_sized_hlo_elimination.cc38 if (comp->IsSafelyRemovable(instruction) && in Run()
Dhlo_dce.cc53 computation->IsSafelyRemovable(instruction) && in RunOnComputation()
Dhlo_computation.cc228 bool HloComputation::IsSafelyRemovable(const HloInstruction* instruction) { in IsSafelyRemovable() function in xla::HloComputation
263 TF_RET_CHECK(IsSafelyRemovable(instruction)) in RemoveInstructionAndUnusedOperands()
273 item == root_instruction() || !IsSafelyRemovable(item) || in RemoveInstructionAndUnusedOperands()
302 TF_RET_CHECK(ignore_safety_check || IsSafelyRemovable(instruction)) in RemoveInstructionImpl()
Dwhile_loop_simplifier.cc219 if (!while_op->parent()->IsSafelyRemovable(while_op)) { in TryRemoveDeadWhileParams()
393 if (!while_op->parent()->IsSafelyRemovable(while_op)) { in TryRemoveRepeatedWhileTupleIndices()
640 if (!while_op->parent()->IsSafelyRemovable(while_op)) { in TryRemoveWhileLoop()
Dhlo_computation.h442 bool IsSafelyRemovable(const HloInstruction* instruction);
Dconditional_simplifier.cc74 if (!conditional->parent()->IsSafelyRemovable(conditional) || in TryRemoveConditional()
Dmemory_space_assignment.cc3037 if (computation->IsSafelyRemovable(instruction) && in SimplifyGraph()