iterator_get_next: Get next element from iterator

View source: R/iterators.R

iterator_get_nextR Documentation

Get next element from iterator

Description

Returns a nested list of tensors that when evaluated will yield the next element(s) in the dataset.

Usage

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


tfdatasets documentation built on June 30, 2022, 1:04 a.m.