Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorflow/_api/v2/compat/v1/data/__init__.py: 100%
19 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"""`tf.data.Dataset` API for input pipelines.
5See [Importing Data](https://tensorflow.org/guide/data) for an overview.
7"""
9import sys as _sys
11from . import experimental
12from tensorflow.python.data.ops.dataset_ops import AUTOTUNE
13from tensorflow.python.data.ops.dataset_ops import DatasetSpec
14from tensorflow.python.data.ops.dataset_ops import DatasetV1 as Dataset
15from tensorflow.python.data.ops.dataset_ops import INFINITE as INFINITE_CARDINALITY
16from tensorflow.python.data.ops.dataset_ops import UNKNOWN as UNKNOWN_CARDINALITY
17from tensorflow.python.data.ops.dataset_ops import get_legacy_output_classes as get_output_classes
18from tensorflow.python.data.ops.dataset_ops import get_legacy_output_shapes as get_output_shapes
19from tensorflow.python.data.ops.dataset_ops import get_legacy_output_types as get_output_types
20from tensorflow.python.data.ops.dataset_ops import make_initializable_iterator
21from tensorflow.python.data.ops.dataset_ops import make_one_shot_iterator
22from tensorflow.python.data.ops.iterator_ops import Iterator
23from tensorflow.python.data.ops.options import Options
24from tensorflow.python.data.ops.options import ThreadingOptions
25from tensorflow.python.data.ops.readers import FixedLengthRecordDatasetV1 as FixedLengthRecordDataset
26from tensorflow.python.data.ops.readers import TFRecordDatasetV1 as TFRecordDataset
27from tensorflow.python.data.ops.readers import TextLineDatasetV1 as TextLineDataset