Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorflow/_api/v2/compat/v1/distribute/experimental/__init__.py: 100%

10 statements  

« prev     ^ index     » next       coverage.py v7.4.0, created at 2024-01-03 07:57 +0000

1# This file is MACHINE GENERATED! Do not edit. 

2# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script. 

3"""Experimental Distribution Strategy library. 

4""" 

5 

6import sys as _sys 

7 

8from tensorflow.python.distribute.central_storage_strategy import CentralStorageStrategyV1 as CentralStorageStrategy 

9from tensorflow.python.distribute.collective_all_reduce_strategy import CollectiveAllReduceStrategyV1 as MultiWorkerMirroredStrategy 

10from tensorflow.python.distribute.collective_util import CommunicationImplementation 

11from tensorflow.python.distribute.collective_util import CommunicationImplementation as CollectiveCommunication 

12from tensorflow.python.distribute.collective_util import Hints as CollectiveHints 

13from tensorflow.python.distribute.collective_util import _OptionsExported as CommunicationOptions 

14from tensorflow.python.distribute.parameter_server_strategy import ParameterServerStrategyV1 as ParameterServerStrategy 

15from tensorflow.python.distribute.tpu_strategy import TPUStrategyV1 as TPUStrategy