![]() |
Creates a tf.compat.v1.data.Iterator
for enumerating the elements of a dataset.
Aliases:
tf.data.make_one_shot_iterator(dataset)
Args:
dataset
: Atf.data.Dataset
.
Returns:
A tf.compat.v1.data.Iterator
over the elements of this dataset.
![]() |
Creates a tf.compat.v1.data.Iterator
for enumerating the elements of a dataset.
tf.data.make_one_shot_iterator(dataset)
dataset
: A tf.data.Dataset
.A tf.compat.v1.data.Iterator
over the elements of this dataset.