tf.WholeFileReader.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.
Please login to continue.