Home
last modified time | relevance | path

Searched refs:_enclosing_tpu_context (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/tpu/python/tpu/
Dkeras_tpu_variables.py47 def _enclosing_tpu_context(): function
79 tpu_context = _enclosing_tpu_context()
147 if _enclosing_tpu_context() is None:
176 if _enclosing_tpu_context() is None:
232 if _enclosing_tpu_context() is None:
/external/tensorflow/tensorflow/python/distribute/
Dtpu_strategy.py442 if values._enclosing_tpu_context() is not None: # pylint: disable=protected-access
481 if values._enclosing_tpu_context() is not None: # pylint: disable=protected-access
514 if values._enclosing_tpu_context() is not None:
Dvalues.py755 def _enclosing_tpu_context(): function
910 tpu_context = _enclosing_tpu_context()
937 if _enclosing_tpu_context() is not None:
1102 if _enclosing_tpu_context() is None:
1149 if _enclosing_tpu_context() is None: