pub fn restore_slice<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    file_pattern: &T0,
    tensor_name: &T1,
    shape_and_slice: &T2
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for RestoreSlice::new().call(&ctx, &file_pattern, &tensor_name, &shape_and_slice).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/RestoreSlice