Home
last modified time | relevance | path

Searched refs:IsLoopSwitch (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_util_test.py114 control_flow_util.IsCondSwitch(n) != control_flow_util.IsLoopSwitch(
122 control_flow_util.IsLoopSwitch(n),
136 control_flow_util.IsCondSwitch(n) != control_flow_util.IsLoopSwitch(
144 control_flow_util.IsLoopSwitch(n),
148 control_flow_util.IsLoopSwitch(n),
/external/tensorflow/tensorflow/python/ops/
Dgradients_util.py800 ready = pending_count[x.op] > 0 and control_flow_util.IsLoopSwitch(x.op)
842 assert control_flow_util.IsLoopSwitch(op)
1000 assert control_flow_util.IsLoopSwitch(op)
Dcontrol_flow_util.py137 def IsLoopSwitch(op): function
Dcontrol_flow_ops.py1206 if util.IsLoopSwitch(op):
/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer.py466 return (control_flow_util.IsLoopSwitch(op) or