1 write to norm
Microsoft.ML.GenAI.Mistral (1)
MistralModel.cs (1)
40this.norm = new RMSNorm(config.HiddenSize, config.RmsNormEps, config.DType);
1 reference to norm
Microsoft.ML.GenAI.Mistral (1)
MistralModel.cs (1)
140hiddenStates = this.norm.forward(hiddenStates);