tf.ReaderBase.serialize_state(name=None)
Produce a string tensor that encodes the state of a reader.
Not all Readers support being serialized, so this can produce an Unimplemented error.
Args:
-
name
: A name for the operation (optional).
Returns:
A string Tensor.
Please login to continue.