Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
Dcontrol_flow_util_test.py66 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))
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py103 def IsLoopExit(op): function
182 if ctxt is not None and IsLoopExit(op):
Dcontrol_flow_state.py498 if before and util.IsLoopExit(op):
769 if util.IsLoopExit(op):
Dcontrol_flow_ops.py983 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):
Dgradients_util.py766 if control_flow_util.IsLoopExit(x.op):
/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer.py490 control_flow_util.IsLoopExit(op) or
1659 if control_flow_util.IsLoopExit(op):