Function tensorflow::ops::save
source · pub fn save<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
filename: O0,
tensor_names: O1,
data: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for Save::new().build(filename, tensor_names, data, scope)
.