Function is_contiguous

Source
pub fn is_contiguous(strides: &[usize]) -> bool
Expand description

Checks if the tensor associated with the given strides is contiguous.