pub fn restore<O0: Into<Output>, O1: Into<Output>>( file_pattern: O0, tensor_name: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for Restore::new().build(file_pattern, tensor_name, scope).
Restore::new().build(file_pattern, tensor_name, scope)