Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_code_motion.cc609 auto instr_to_remove = b2.operands()[i]; in MoveInstructionOut() local
614 if (!computation->IsMarkedAsDead(instr_to_remove) && in MoveInstructionOut()
615 instr_to_remove->user_count() == 0) { in MoveInstructionOut()
617 TF_RETURN_IF_ERROR(computation->RemoveInstruction(instr_to_remove)); in MoveInstructionOut()