Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dmirrored_function_strategy.py84 def __init__(self, container_strategy, devices): argument
85 super(MirroredFunctionExtended, self).__init__(container_strategy)
Ddistribute_lib.py1349 def __init__(self, container_strategy): argument
1350 self._container_strategy_weakref = weakref.ref(container_strategy)
1366 container_strategy = self._container_strategy_weakref()
1367 assert container_strategy is not None
1368 return container_strategy
2180 def __init__(self, container_strategy): argument
2181 super(_DefaultDistributionExtended, self).__init__(container_strategy)
Done_device_strategy.py248 def __init__(self, container_strategy, device): argument
249 super(OneDeviceExtended, self).__init__(container_strategy)
Dcollective_all_reduce_strategy.py165 container_strategy, argument
169 distribute_lib.StrategyExtendedV1.__init__(self, container_strategy)
Dparameter_server_strategy.py147 container_strategy, argument
151 super(ParameterServerStrategyExtended, self).__init__(container_strategy)
Dtpu_strategy.py221 container_strategy, argument
225 super(TPUExtended, self).__init__(container_strategy)
Dmirrored_strategy.py451 def __init__(self, container_strategy, devices=None, cross_device_ops=None): argument
452 super(MirroredExtended, self).__init__(container_strategy)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.distribute.-strategy-extended.pbtxt19 argspec: "args=[\'self\', \'container_strategy\'], varargs=None, keywords=None, defaults=None"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.distribute.-strategy-extended.pbtxt36 argspec: "args=[\'self\', \'container_strategy\'], varargs=None, keywords=None, defaults=None"