tf.WholeFileReader.serialize_state()

tf.WholeFileReader.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.

doc_TensorFlow
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.