Searched refs:IsLoopEnter (Results 1 – 4 of 4) sorted by relevance
89 def IsLoopEnter(op): function113 if IsLoopEnter(c):155 return IsLoopEnter(op) and op.get_attr("is_constant")288 if IsLoopEnter(op):
539 assert util.IsLoopEnter(enter)2279 if util.IsLoopEnter(op):
52 self.assertTrue(control_flow_util.IsLoopEnter(enter))57 self.assertTrue(control_flow_util.IsLoopEnter(ref_enter))62 self.assertTrue(control_flow_util.IsLoopEnter(const_enter))65 self.assertFalse(control_flow_util.IsLoopEnter(test_ops.int_output().op))
468 control_flow_util.IsLoopEnter(op) or