tf.compat.v1.data.make_one_shot_iterator

View source on GitHub

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

tf.compat.v1.data.make_one_shot_iterator(
    dataset
)

Note: The returned iterator will be initialized automatically. A "one-shot" iterator does not support re-initialization.

Args:

Returns:

A tf.compat.v1.data.Iterator over the elements of this dataset.