Function cpu_slice

Source
pub fn cpu_slice<T: Clone>(
    input: &Tensor<T>,
    axis: usize,
    range: SliceRange,
) -> Tensor<T>