Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib.py104 strategy = extended._container_strategy() # pylint: disable=protected-access
152 strategy = extended._container_strategy() # pylint: disable=protected-access
848 def _container_strategy(self): member in DistributionStrategyExtended
1072 with self._container_strategy().scope():
1127 with self._container_strategy().scope():
1226 with self._container_strategy().scope():
1250 with self._container_strategy().scope():
1601 self._container_strategy(),
Dparameter_server_strategy.py325 self._container_strategy(), v, aggregation)
366 self._container_strategy(), self._device_map, fn, args, kwargs)
Ddistribute_lib_test.py53 self._container_strategy(),
Done_device_strategy.py142 strategy = self._container_strategy()
Dtpu_strategy.py386 with _TPUReplicaContext(self._container_strategy()):
438 self._container_strategy(), device_map, logical_device,
Dmirrored_strategy.py563 self._container_strategy(), device_map, logical_device,
664 return _call_for_each_replica(self._container_strategy(), self._device_map,
Dcollective_all_reduce_strategy.py328 self._container_strategy(), device_map, logical_device,