pub fn group_norm( input: &[f32], weight: &[f32], bias: &[f32], batch: usize, channels: usize, groups: usize, spatial_len: usize, eps: f32, ) -> Vec<f32>