Makes a new iterator from the given dataset
and stores it in iterator
.
tf.raw_ops.MakeIterator(
dataset, iterator, name=None
)
This operation may be executed multiple times. Each execution will reset the
iterator in iterator
to the first element of dataset
.
Args | |
---|---|
dataset
|
A Tensor of type variant .
|
iterator
|
A Tensor of type resource .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
The created Operation. |