Searched refs:distribute_strategy_scope (Results 1 – 1 of 1) sorted by relevance
5196 self._thread_local.distribute_strategy_scope = None5197 return self._thread_local.distribute_strategy_scope5200 def _global_distribute_strategy_scope(self, distribute_strategy_scope): argument5201 self._thread_local.distribute_strategy_scope = (distribute_strategy_scope)