pub fn risc_slice<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    input: &T0,
    begin: &T1,
    size: &T2
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for RiscSlice::new().call(&ctx, &input, &begin, &size).

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