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

15 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"""`tf.data.Dataset` API for input pipelines. 

4 

5See [Importing Data](https://tensorflow.org/guide/data) for an overview. 

6 

7""" 

8 

9import sys as _sys 

10 

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 DatasetV2 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.iterator_ops import IteratorBase as Iterator 

18from tensorflow.python.data.ops.iterator_ops import IteratorSpec 

19from tensorflow.python.data.ops.options import Options 

20from tensorflow.python.data.ops.options import ThreadingOptions 

21from tensorflow.python.data.ops.readers import FixedLengthRecordDatasetV2 as FixedLengthRecordDataset 

22from tensorflow.python.data.ops.readers import TFRecordDatasetV2 as TFRecordDataset 

23from tensorflow.python.data.ops.readers import TextLineDatasetV2 as TextLineDataset