pub fn max_slices(a: &[f32], b: &[f32]) -> Vec<f32>
Element-wise maximum: result[i] = a[i].max(b[i]).
result[i] = a[i].max(b[i])