Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorflow/_api/v2/compat/v1/tpu/experimental/__init__.py: 100%
15 statements
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-03 07:57 +0000
« 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.tpu.experimental namespace.
4"""
6import sys as _sys
8from . import embedding
9from tensorflow.python.tpu.device_assignment import DeviceAssignment
10from tensorflow.python.tpu.feature_column_v2 import embedding_column_v2 as embedding_column
11from tensorflow.python.tpu.feature_column_v2 import shared_embedding_columns_v2 as shared_embedding_columns
12from tensorflow.python.tpu.topology import Topology
13from tensorflow.python.tpu.tpu_embedding import AdagradParameters
14from tensorflow.python.tpu.tpu_embedding import AdamParameters
15from tensorflow.python.tpu.tpu_embedding import FtrlParameters
16from tensorflow.python.tpu.tpu_embedding import StochasticGradientDescentParameters
17from tensorflow.python.tpu.tpu_hardware_feature import HardwareFeature
18from tensorflow.python.tpu.tpu_strategy_util import initialize_tpu_system
19from tensorflow.python.tpu.tpu_strategy_util import shutdown_tpu_system
20from tensorflow.python.tpu.tpu_system_metadata import TPUSystemMetadata