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
2016-10-14 13:09:42
Comments
Leave a Comment

Please login to continue.