Home
last modified time | relevance | path

Searched refs:IsWhileContext (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py141 return ctxt is not None and ctxt.IsWhileContext() and not IsCondSwitch(op)
149 return ctxt is not None and ctxt.IsWhileContext() and not IsCondMerge(op)
195 if ctxt.IsWhileContext() or ctxt == stop_ctxt: return ctxt
Dgradients_util.py701 op._control_flow_context.IsWhileContext() and
Dcontrol_flow_ops.py1538 def IsWhileContext(self): member in ControlFlowContext
3036 def IsWhileContext(self): member in WhileContext
/external/tensorflow/tensorflow/contrib/graph_editor/
Dtransform.py696 if cfc.IsWhileContext():