tf.python_io.tf_record_iterator(path, options=None)
An iterator that read the records from a TFRecords file.
Args:
-
path: The path to the TFRecords file. -
options: (optional) A TFRecordOptions object.
Yields:
Strings.
Raises:
-
IOError: Ifpathcannot be opened for reading.
Please login to continue.