pub fn reshape_analysis( shape: &[usize], strides: Option<&[usize]>, shape_new: &[usize], ) -> ReshapeAnalysis
Returns the analysis of a reshape operation.