Get next element from iterator
Returns a nested list of tensors that when evaluated will yield the next element(s) in the dataset.
iterator_get_next(iterator, name = NULL)
Arguments
iterator | An iterator |
name | (Optional) A name for the created operation. |
Value
A nested list of tensors
See also
Other iterator functions: iterator_initializer
,
iterator_make_initializer
,
iterator_string_handle
,
make-iterator