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.py5196 self._thread_local.distribute_strategy_scope = None
5197 return self._thread_local.distribute_strategy_scope
5200 def _global_distribute_strategy_scope(self, distribute_strategy_scope): argument
5201 self._thread_local.distribute_strategy_scope = (distribute_strategy_scope)