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.py237 def IsContainingContext(ctxt, maybe_containing_ctxt): function
246 …return IsContainingContext(op._get_control_flow_context(), ctxt) # pylint: disable=protected-acce…
294 elif IsContainingContext(while_ctxt, input_while_ctxt):
299 IsContainingContext(while_ctxt.grad_state.forward_context,
Dcontrol_flow_ops.py620 if util.IsContainingContext(curr_ctxt, max_iter_ctxt):