Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py158 def IsContainingContext(ctxt, maybe_containing_ctxt): function
207 elif IsContainingContext(while_ctxt, input_while_ctxt):
212 IsContainingContext(while_ctxt.grad_state.forward_context,
Dcontrol_flow_ops.py757 if util.IsContainingContext(curr_ctxt, max_iter_ctxt):