Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py129 ctxt.IsCondContext())
146 is_cond_merge = is_cond_merge and ctxt is not None and ctxt.IsCondContext()
245 if ctxt.IsCondContext(): return ctxt
Dcontrol_flow_ops.py809 def IsCondContext(self): member in ControlFlowContext
1093 def IsCondContext(self): member in CondContext