[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2020-10-01 UTC."],[],[],null,["# tf.io.tf_record_iterator\n\n\u003cbr /\u003e\n\n|--------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/python/lib/io/tf_record.py#L153-L186) |\n\nAn iterator that read the records from a TFRecords file. (deprecated)\n\n#### View aliases\n\n\n**Main aliases**\n\n\\`tf.python_io.tf_record_iterator\\`\n**Compat aliases for migration**\n\nSee\n[Migration guide](https://www.tensorflow.org/guide/migrate) for\nmore details.\n\n[`tf.compat.v1.io.tf_record_iterator`](/api_docs/python/tf/compat/v1/io/tf_record_iterator), [`tf.compat.v1.python_io.tf_record_iterator`](/api_docs/python/tf/compat/v1/io/tf_record_iterator)\n\n\u003cbr /\u003e\n\n tf.io.tf_record_iterator(\n path, options=None\n )\n\n| **Warning:** THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: Use eager execution and: [`tf.data.TFRecordDataset(path)`](../../tf/data/TFRecordDataset)\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|-----------|--------------------------------------|\n| `path` | The path to the TFRecords file. |\n| `options` | (optional) A TFRecordOptions object. |\n\n\u003cbr /\u003e\n\n#### Yields:\n\nStrings.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Raises ------ ||\n|-----------|-----------------------------------------|\n| `IOError` | If `path` cannot be opened for reading. |\n\n\u003cbr /\u003e"]]