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.py154 return ctxt is not None and ctxt.IsWhileContext() and not IsCondSwitch(op)
162 return ctxt is not None and ctxt.IsWhileContext() and not IsCondMerge(op)
208 if ctxt.IsWhileContext() or ctxt == stop_ctxt: return ctxt
Dgradients_util.py650 op._control_flow_context.IsWhileContext() and
Dcontrol_flow_ops.py806 def IsWhileContext(self): member in ControlFlowContext
2349 def IsWhileContext(self): member in WhileContext
/external/tensorflow/tensorflow/python/keras/utils/
Dcontrol_flow_util.py68 if ctxt.IsWhileContext() or ctxt == stop_ctxt: return ctxt