HomeSort by relevance Sort by last modified time
    Searched refs:stop_ctxt (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/ops/
control_flow_util.py 178 def GetContainingWhileContext(ctxt, stop_ctxt=None):
186 stop_ctxt: ControlFlowContext, optional. If provided, the search will end
187 if it sees stop_ctxt.
191 `ctxt`, or None if `ctxt` is not in a while loop. If `stop_ctxt` is not
192 `None`, this returns `ctxt` if it matches `stop_ctxt` in its traversal.
195 if ctxt.IsWhileContext() or ctxt == stop_ctxt: return ctxt
control_flow_ops.py 642 while_ctxt.outer_context, stop_ctxt=curr_ctxt)
    [all...]

Completed in 2949 milliseconds