tf.raw_ops.MakeIterator

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

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.raw_ops.MakeIterator

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.