Home
last modified time | relevance | path

Searched refs:stop_ctxt (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py178 def GetContainingWhileContext(ctxt, stop_ctxt=None): argument
195 if ctxt.IsWhileContext() or ctxt == stop_ctxt: return ctxt
Dcontrol_flow_ops.py642 while_ctxt.outer_context, stop_ctxt=curr_ctxt)