Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_util_test.py70 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))
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py107 def IsLoopExit(op): function
186 if ctxt is not None and IsLoopExit(op):
Dcontrol_flow_state.py502 if before and util.IsLoopExit(op):
773 if util.IsLoopExit(op):
Dcontrol_flow_ops.py1036 if self._outer_context or not util.IsLoopExit(op):
1708 if util.IsLoopExit(val.op):
1812 if self._outer_context or not util.IsLoopExit(op):
Dgradients_util.py755 if control_flow_util.IsLoopExit(x.op):
/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer.py440 control_flow_util.IsLoopExit(op) or
1555 if control_flow_util.IsLoopExit(op):