as_array_iterator {tfdatasets} | R Documentation |
Convert tf_dataset to an iterator that yields R arrays.
Description
Convert tf_dataset to an iterator that yields R arrays.
Usage
as_array_iterator(dataset)
Arguments
dataset |
A tensorflow dataset |
Value
An iterable. Use iterate()
or iter_next()
to access values from the iterator.
[Package tfdatasets version 2.17.0 Index]