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.py116 ctxt.IsCondContext())
133 is_cond_merge = is_cond_merge and ctxt is not None and ctxt.IsCondContext()
232 if ctxt.IsCondContext(): return ctxt
Dcontrol_flow_ops.py1541 def IsCondContext(self): member in ControlFlowContext
1826 def IsCondContext(self): member in CondContext