Function calculate_unfold_windows
pub fn calculate_unfold_windows(
dim_size: usize,
window_size: usize,
step_size: usize,
) -> usizeExpand description
Calculate the number of unfolding windows that can be extracted from a dimension of given size.