iterator_make_initializer | R Documentation |
Create an operation that can be run to initialize this iterator
iterator_make_initializer(iterator, dataset, name = NULL)
iterator |
An iterator |
dataset |
A dataset |
name |
(Optional) A name for the created operation. |
A tf$Operation that can be run to initialize this iterator on the given dataset.
Other iterator functions:
iterator_get_next()
,
iterator_initializer()
,
iterator_string_handle()
,
make-iterator
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.