pub fn layer_norm( input: &[f32], gamma: &[f32], beta: &[f32], eps: f32, out: &mut [f32], ) -> Result<(), NormError>