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.py250 def IsContainingContext(ctxt, maybe_containing_ctxt): function
259 …return IsContainingContext(op._get_control_flow_context(), ctxt) # pylint: disable=protected-acce…
307 elif IsContainingContext(while_ctxt, input_while_ctxt):
312 IsContainingContext(while_ctxt.grad_state.forward_context,
Dcontrol_flow_state.py81 if util.IsContainingContext(curr_ctxt, max_iter_ctxt):