Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dops.py4958 self._thread_local.distribute_strategy_scope = None
4959 return self._thread_local.distribute_strategy_scope
4962 def _global_distribute_strategy_scope(self, distribute_strategy_scope): argument
4963 self._thread_local.distribute_strategy_scope = (distribute_strategy_scope)