tf.raw_ops.MakeIterator

Makes a new iterator from the given dataset and stores it in iterator.

This operation may be executed multiple times. Each execution will reset the iterator in iterator to the first element of dataset.

dataset A Tensor of type variant.
iterator A Tensor of type resource.
name A name for the operation (optional).

The created Operation.