Searched refs:IsLoopExit (Results 1 – 5 of 5) sorted by relevance
70 self.assertTrue(control_flow_util.IsLoopExit(exit_op))73 self.assertTrue(control_flow_util.IsLoopExit(ref_exit))75 self.assertFalse(control_flow_util.IsLoopExit(test_ops.int_output().op))
94 def IsLoopExit(op): function173 if ctxt is not None and IsLoopExit(op):
1048 if before and util.IsLoopExit(op):1313 if util.IsLoopExit(op):1768 if self._outer_context or not util.IsLoopExit(op):2417 if util.IsLoopExit(val.op):2512 if self._outer_context or not util.IsLoopExit(op):
802 if control_flow_util.IsLoopExit(x.op):
469 control_flow_util.IsLoopExit(op) or1406 if control_flow_util.IsLoopExit(op):