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.py753 ready = pending_count[x.op] > 0 and control_flow_util.IsLoopSwitch(x.op)
795 assert control_flow_util.IsLoopSwitch(op)
967 assert control_flow_util.IsLoopSwitch(op)
Dcontrol_flow_util.py150 def IsLoopSwitch(op): function
Dcontrol_flow_state.py660 if util.IsLoopSwitch(op):
/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer.py437 return (control_flow_util.IsLoopSwitch(op) or