View source on GitHub |
An iterator that read the records from a TFRecords file. (deprecated)
tf.compat.v1.io.tf_record_iterator(
path, options=None
)
Used in the notebooks
Used in the tutorials |
---|
Args | |
---|---|
path
|
The path to the TFRecords file. |
options
|
(optional) A TFRecordOptions object. |
Returns | |
---|---|
An iterator of serialized TFRecords. |
Raises | |
---|---|
IOError
|
If path cannot be opened for reading.
|