W3cubDocs

/TensorFlow 1.15

tf.data.make_one_shot_iterator

Creates a tf.compat.v1.data.Iterator for enumerating the elements of a dataset.

Note: The returned iterator will be initialized automatically. A "one-shot" iterator does not support re-initialization.
Args
dataset A tf.data.Dataset.
Returns
A tf.compat.v1.data.Iterator over the elements of this dataset.

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/data/make_one_shot_iterator