iterator_make_initializer: Create an operation that can be run to initialize this iterator
Description
Create an operation that can be run to initialize this iterator
Usage
iterator_make_initializer(iterator, dataset, name = NULL)
Arguments
name
(Optional) A name for the created operation.
Value
A tf$Operation that can be run to initialize this iterator on the
given dataset.