Skip to main content

split_strides

Function split_strides 

Source
pub fn split_strides(
    shape: &[usize],
    strides: &[usize],
    shape_new: &[usize],
) -> Vec<usize>
Expand description

Calculate the new strides given added split dimensions.