tensorflow::ops

Function restore_slice

Source
pub fn restore_slice<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    file_pattern: O0,
    tensor_name: O1,
    shape_and_slice: O2,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for RestoreSlice::new().build(file_pattern, tensor_name, shape_and_slice, scope).