Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_util_test.py114 control_flow_util.IsCondSwitch(n) != control_flow_util.IsLoopSwitch(
119 control_flow_util.IsCondSwitch(n),
126 control_flow_util.IsCondSwitch(n),
136 control_flow_util.IsCondSwitch(n) != control_flow_util.IsLoopSwitch(
141 control_flow_util.IsCondSwitch(n),
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py99 def IsCondSwitch(op): function
141 return ctxt is not None and ctxt.IsWhileContext() and not IsCondSwitch(op)