iterator_string_handle {tfdatasets}R Documentation

String-valued tensor that represents this iterator

Description

String-valued tensor that represents this iterator

Usage

iterator_string_handle(iterator, name = NULL)

Arguments

iterator

An iterator

name

(Optional) A name for the created operation.

Value

Scalar tensor of type string

See Also

Other iterator functions: iterator_get_next(), iterator_initializer(), iterator_make_initializer(), make-iterator


[Package tfdatasets version 2.9.0 Index]