Function tensorflow::ops::save_v2
source · pub fn save_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
prefix: O0,
tensor_names: O1,
shape_and_slices: O2,
tensors: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SaveV2::new().build(prefix, tensor_names, shape_and_slices, tensors, scope)
.