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

tf.compat.v1.io.tf_record_iterator

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

Warning: THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: Use eager execution and: tf.data.TFRecordDataset(path)

path The path to the TFRecords file.
options (optional) A TFRecordOptions object.

An iterator of serialized TFRecords.

IOError If path cannot be opened for reading.