pub fn dtensor_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 DTensorRestoreV2::new().build(prefix, tensor_names, shape_and_slices, scope).