pub fn rms_norm_gemma( x: &[f32], weight: &[f32], eps: f32, ) -> Result<Vec<f32>, EngineError>
Gemma-style RMSNorm: x * rrms * (1 + weight).