Searched refs:IsLoopExit (Results 1 – 6 of 6) sorted by relevance
66 self.assertTrue(control_flow_util.IsLoopExit(exit_op))69 self.assertTrue(control_flow_util.IsLoopExit(ref_exit))71 self.assertFalse(control_flow_util.IsLoopExit(test_ops.int_output().op))
103 def IsLoopExit(op): function182 if ctxt is not None and IsLoopExit(op):
498 if before and util.IsLoopExit(op):769 if util.IsLoopExit(op):
983 if self._outer_context or not util.IsLoopExit(op):1666 if util.IsLoopExit(val.op):1770 if self._outer_context or not util.IsLoopExit(op):
766 if control_flow_util.IsLoopExit(x.op):
490 control_flow_util.IsLoopExit(op) or1659 if control_flow_util.IsLoopExit(op):