Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/utils/
Dcontrol_flow_util.py51 def GetContainingWhileContext(ctxt, stop_ctxt=None): argument
68 if ctxt.IsWhileContext() or ctxt == stop_ctxt: return ctxt
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py191 def GetContainingWhileContext(ctxt, stop_ctxt=None): argument
208 if ctxt.IsWhileContext() or ctxt == stop_ctxt: return ctxt
Dcontrol_flow_state.py103 while_ctxt.outer_context, stop_ctxt=curr_ctxt)