Home
last modified time | relevance | path

Searched refs:IsCondMerge (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_util_test.py160 self.assertTrue(control_flow_util.IsCondMerge(n))
163 self.assertFalse(control_flow_util.IsCondMerge(n))
175 self.assertFalse(control_flow_util.IsCondMerge(n))
180 control_flow_util.IsCondMerge(n))
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py120 def IsCondMerge(op): function
149 return ctxt is not None and ctxt.IsWhileContext() and not IsCondMerge(op)