Function tensorflow::ops::reader_restore_state_v2
source · pub fn reader_restore_state_v2<O0: Into<Output>, O1: Into<Output>>(
reader_handle: O0,
state: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ReaderRestoreStateV2::new().build(reader_handle, state, scope)
.