Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Ddistribution_strategy_context.py257 …old_scope = ops.get_default_graph()._global_distribute_strategy_scope # pylint: disable=protected…
260 …ops.get_default_graph()._global_distribute_strategy_scope = None # pylint: disable=protected-acce…
267 …ops.get_default_graph()._global_distribute_strategy_scope = new_scope # pylint: disable=protected…
/external/tensorflow/tensorflow/python/framework/
Dops.py5193 def _global_distribute_strategy_scope(self): member in Graph
5199 @_global_distribute_strategy_scope.setter
5200 def _global_distribute_strategy_scope(self, distribute_strategy_scope): member in Graph