Function tensorflow::eager::raw_ops::reader_restore_state
source · pub fn reader_restore_state<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
ctx: &'a Context,
reader_handle: &T0,
state: &T1
) -> Result<()>
Expand description
Shorthand for ReaderRestoreState::new().call(&ctx, &reader_handle, &state)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/ReaderRestoreState