Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py52 return GetContainingXLAContext(ctxt) is not None
57 return GetContainingXLAContext(ctxt) is not None
200 def GetContainingXLAContext(ctxt): function
Dwhile_v2.py945 return control_flow_util.GetContainingXLAContext(cur_ctxt) is not None
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Ddecoder.py315 is_xla = control_flow_util.GetContainingXLAContext(ctxt) is not None
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Drev_block_lib.py518 return control_flow_util.GetContainingXLAContext(ctxt) is not None