Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorflow/_api/v2/compat/v2/train/__init__.py: 100%
29 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"""Support for training models.
5See the [Training](https://tensorflow.org/api_guides/python/train) guide.
7"""
9import sys as _sys
11from . import experimental
12from tensorflow.python.checkpoint.checkpoint import Checkpoint
13from tensorflow.python.checkpoint.checkpoint_management import CheckpointManager
14from tensorflow.python.checkpoint.checkpoint_management import get_checkpoint_state
15from tensorflow.python.checkpoint.checkpoint_management import latest_checkpoint
16from tensorflow.python.checkpoint.checkpoint_options import CheckpointOptions
17from tensorflow.python.checkpoint.checkpoint_view import CheckpointView
18from tensorflow.python.checkpoint.trackable_view import TrackableView
19from tensorflow.python.eager.remote import ServerDef
20from tensorflow.python.training.checkpoint_utils import checkpoints_iterator
21from tensorflow.python.training.checkpoint_utils import list_variables
22from tensorflow.python.training.checkpoint_utils import load_checkpoint
23from tensorflow.python.training.checkpoint_utils import load_variable
24from tensorflow.python.training.coordinator import Coordinator
25from tensorflow.python.training.moving_averages import ExponentialMovingAverage
26from tensorflow.python.training.server_lib import ClusterSpec
27from tensorflow.python.training.training import BytesList
28from tensorflow.python.training.training import ClusterDef
29from tensorflow.python.training.training import Example
30from tensorflow.python.training.training import Feature
31from tensorflow.python.training.training import FeatureList
32from tensorflow.python.training.training import FeatureLists
33from tensorflow.python.training.training import Features
34from tensorflow.python.training.training import FloatList
35from tensorflow.python.training.training import Int64List
36from tensorflow.python.training.training import JobDef
37from tensorflow.python.training.training import SequenceExample