tf.IdentityReader.restore_state()

tf.IdentityReader.restore_state(state, name=None)

Restore a reader to a previously saved state.

Not all Readers support being restored, so this can produce an Unimplemented error.

Args:
  • state: A string Tensor. Result of a SerializeState of a Reader with matching type.
  • name: A name for the operation (optional).
Returns:

The created Operation.

doc_TensorFlow
2016-10-14 13:07:59
Comments
Leave a Comment

Please login to continue.