View source: R/dataset_methods.R
as_array_iterator | R Documentation |
Convert tf_dataset to an iterator that yields R arrays.
as_array_iterator(dataset)
dataset |
A tensorflow dataset |
An iterable. Use iterate()
or iter_next()
to access values from the iterator.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.