Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
Dcontrol_flow_util_test.py110 control_flow_util.IsCondSwitch(n) != control_flow_util.IsLoopSwitch(
118 control_flow_util.IsLoopSwitch(n),
132 control_flow_util.IsCondSwitch(n) != control_flow_util.IsLoopSwitch(
140 control_flow_util.IsLoopSwitch(n),
144 control_flow_util.IsLoopSwitch(n),
/external/tensorflow/tensorflow/python/ops/
Dgradients_util.py764 ready = pending_count[x.op] > 0 and control_flow_util.IsLoopSwitch(x.op)
806 assert control_flow_util.IsLoopSwitch(op)
979 assert control_flow_util.IsLoopSwitch(op)
Dcontrol_flow_util.py146 def IsLoopSwitch(op): function
Dcontrol_flow_state.py656 if util.IsLoopSwitch(op):
/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer.py487 return (control_flow_util.IsLoopSwitch(op) or