Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py89 def IsLoopEnter(op): function
113 if IsLoopEnter(c):
155 return IsLoopEnter(op) and op.get_attr("is_constant")
288 if IsLoopEnter(op):
Dcontrol_flow_ops.py539 assert util.IsLoopEnter(enter)
2279 if util.IsLoopEnter(op):
/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_util_test.py52 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))
/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer.py468 control_flow_util.IsLoopEnter(op) or