Module: tf.python_io

Defined in tensorflow/_api/v1/python_io/__init__.py.

Python functions for directly manipulating TFRecord-formatted files.

Classes

class TFRecordCompressionType: The type of compression for the record.

class TFRecordOptions: Options used for manipulating TFRecord files.

class TFRecordWriter: A class to write records to a TFRecords file.

Functions

tf_record_iterator(...): An iterator that read the records from a TFRecords file. (deprecated)