Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorflow/_api/v2/compat/v2/io/__init__.py: 100%
42 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.io namespace.
4"""
6import sys as _sys
8from . import gfile
9from tensorflow.python.framework.graph_io import write_graph
10from tensorflow.python.lib.io.tf_record import TFRecordOptions
11from tensorflow.python.lib.io.tf_record import TFRecordWriter
12from tensorflow.python.ops.gen_decode_proto_ops import decode_proto_v2 as decode_proto
13from tensorflow.python.ops.gen_encode_proto_ops import encode_proto
14from tensorflow.python.ops.gen_image_ops import decode_and_crop_jpeg
15from tensorflow.python.ops.gen_image_ops import decode_bmp
16from tensorflow.python.ops.gen_image_ops import decode_gif
17from tensorflow.python.ops.gen_image_ops import decode_jpeg
18from tensorflow.python.ops.gen_image_ops import decode_png
19from tensorflow.python.ops.gen_image_ops import encode_jpeg
20from tensorflow.python.ops.gen_image_ops import extract_jpeg_shape
21from tensorflow.python.ops.gen_io_ops import matching_files
22from tensorflow.python.ops.gen_io_ops import write_file
23from tensorflow.python.ops.gen_parsing_ops import decode_compressed
24from tensorflow.python.ops.gen_parsing_ops import parse_tensor
25from tensorflow.python.ops.gen_string_ops import decode_base64
26from tensorflow.python.ops.gen_string_ops import encode_base64
27from tensorflow.python.ops.image_ops_impl import decode_image
28from tensorflow.python.ops.image_ops_impl import encode_png
29from tensorflow.python.ops.image_ops_impl import is_jpeg
30from tensorflow.python.ops.io_ops import read_file
31from tensorflow.python.ops.io_ops import serialize_tensor
32from tensorflow.python.ops.parsing_config import FixedLenFeature
33from tensorflow.python.ops.parsing_config import FixedLenSequenceFeature
34from tensorflow.python.ops.parsing_config import RaggedFeature
35from tensorflow.python.ops.parsing_config import SparseFeature
36from tensorflow.python.ops.parsing_config import VarLenFeature
37from tensorflow.python.ops.parsing_ops import decode_csv_v2 as decode_csv
38from tensorflow.python.ops.parsing_ops import decode_json_example
39from tensorflow.python.ops.parsing_ops import decode_raw
40from tensorflow.python.ops.parsing_ops import parse_example_v2 as parse_example
41from tensorflow.python.ops.parsing_ops import parse_sequence_example
42from tensorflow.python.ops.parsing_ops import parse_single_example_v2 as parse_single_example
43from tensorflow.python.ops.parsing_ops import parse_single_sequence_example
44from tensorflow.python.ops.sparse_ops import deserialize_many_sparse
45from tensorflow.python.ops.sparse_ops import serialize_many_sparse_v2 as serialize_many_sparse
46from tensorflow.python.ops.sparse_ops import serialize_sparse_v2 as serialize_sparse
47from tensorflow.python.training.input import match_filenames_once