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

6 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"""Public API for tf.distribute.coordinator namespace. 

4""" 

5 

6import sys as _sys 

7 

8from tensorflow.python.distribute.coordinator.cluster_coordinator import ClusterCoordinator 

9from tensorflow.python.distribute.coordinator.coordinator_context import get_current_worker_index as experimental_get_current_worker_index 

10from tensorflow.python.distribute.coordinator.remote_value import RemoteValue 

11from tensorflow.python.distribute.coordinator.values import PerWorkerValues as PerWorkerValue