Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dzero_sized_hlo_elimination.cc38 if (comp->IsRemovable(instruction) && in Run()
Dhlo_dce.cc52 computation->IsRemovable(instruction) && in Run()
Dconditional_simplifier.cc45 if (!conditional->parent()->IsRemovable(conditional) || in TryRemoveConditional()
Dhlo_computation.cc195 bool HloComputation::IsRemovable(const HloInstruction* instruction) { in IsRemovable() function in xla::HloComputation
226 TF_RET_CHECK(IsRemovable(instruction)) in RemoveInstructionAndUnusedOperands()
236 item == root_instruction() || !IsRemovable(item) || in RemoveInstructionAndUnusedOperands()
253 TF_RET_CHECK(IsRemovable(instruction)) in RemoveInstruction()
Dhlo_computation.h379 bool IsRemovable(const HloInstruction* instruction);
Dwhile_loop_simplifier.cc49 if (!while_op->parent()->IsRemovable(while_op) || while_op->HasSideEffect()) { in TryRemoveDeadWhileParams()
468 if (!while_op->parent()->IsRemovable(while_op) || while_op->HasSideEffect()) { in TryRemoveWhileLoop()