tensorflow::ops

Function restore_v2

Source
pub fn restore_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    prefix: O0,
    tensor_names: O1,
    shape_and_slices: O2,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for RestoreV2::new().build(prefix, tensor_names, shape_and_slices, scope).