Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/distribute/python/
Dcollective_all_reduce_strategy.py70 container_strategy, argument
84 container_strategy,
Dparameter_server_strategy.py152 def __init__(self, container_strategy, num_gpus_per_worker): argument
163 container_strategy, cluster_resolver=cluster_resolver)
Dmirrored_strategy.py165 container_strategy, argument
175 super(MirroredExtended, self).__init__(container_strategy, devices,
/external/tensorflow/tensorflow/python/distribute/
Done_device_strategy.py52 def __init__(self, container_strategy, device): argument
53 super(OneDeviceExtended, self).__init__(container_strategy)
Ddistribute_lib.py841 def __init__(self, container_strategy): argument
842 self._container_strategy_weakref = weakref.ref(container_strategy)
858 container_strategy = self._container_strategy_weakref()
859 assert container_strategy is not None
860 return container_strategy
Dcollective_all_reduce_strategy.py87 container_strategy, argument
91 self, container_strategy)
Dparameter_server_strategy.py100 container_strategy, argument
102 super(ParameterServerStrategyExtended, self).__init__(container_strategy)
Dtpu_strategy.py196 container_strategy, argument
200 super(TPUExtended, self).__init__(container_strategy)
Dmirrored_strategy.py445 def __init__(self, container_strategy, devices=None, cross_device_ops=None): argument
446 super(MirroredExtended, self).__init__(container_strategy)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.distribute.-strategy-extended.pbtxt35 argspec: "args=[\'self\', \'container_strategy\'], varargs=None, keywords=None, defaults=None"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.distribute.-strategy-extended.pbtxt35 argspec: "args=[\'self\', \'container_strategy\'], varargs=None, keywords=None, defaults=None"