Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py71 return GetContainingWhileContext(ctxt) is not None
178 def GetContainingWhileContext(ctxt, stop_ctxt=None): function
278 while_ctxt = GetContainingWhileContext(op_ctxt)
279 input_while_ctxt = GetContainingWhileContext(input_ctxt)
Drnn.py146 return control_flow_util.GetContainingWhileContext(ctxt) is None
Dcontrol_flow_ops.py641 while_ctxt = util.GetContainingWhileContext(
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Ddecoder.py317 control_flow_util.GetContainingWhileContext(ctxt) is not None)