Converts the given resource_handle
representing an iterator to a string.
tf.raw_ops.IteratorToStringHandle(
resource_handle, name=None
)
Args | |
---|---|
resource_handle
|
A Tensor of type resource .
A handle to an iterator resource.
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type string .
|