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