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