tf.raw_ops.IteratorFromStringHandleV2(
string_handle, output_types=[], output_shapes=[], name=None
)
Args | |
---|---|
string_handle
|
A Tensor of type string .
|
output_types
|
An optional list of tf.DTypes . Defaults to [] .
|
output_shapes
|
An optional list of shapes (each a tf.TensorShape or list of ints ). Defaults to [] .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type resource .
|