Home
last modified time | relevance | path

Searched refs:IsXLAContext (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/keras/utils/
Dcontrol_flow_util.py87 if ctxt.IsXLAContext(): return ctxt
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py227 if ctxt.IsXLAContext(): return ctxt
Dcontrol_flow_ops.py812 def IsXLAContext(self): member in ControlFlowContext
3718 def IsXLAContext(self): member in XLAControlFlowContext
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dcontrol_flow_ops.py129 if control_flow_context.IsXLAContext():