Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_util_test.py62 self.assertTrue(control_flow_util.IsLoopExit(exit_op))
65 self.assertTrue(control_flow_util.IsLoopExit(ref_exit))
67 self.assertFalse(control_flow_util.IsLoopExit(test_ops.int_output().op))
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py61 def IsLoopExit(op): function
94 if ctxt is not None and IsLoopExit(op):
Dcontrol_flow_ops.py1190 if before and util.IsLoopExit(op):
1454 if util.IsLoopExit(op):
1856 if self._outer_context or not util.IsLoopExit(op):
2447 if util.IsLoopExit(val.op):
2539 if self._outer_context or not util.IsLoopExit(op):
Dgradients_impl.py677 if control_flow_util.IsLoopExit(x.op):