1 write to post_attention_layernorm
Microsoft.ML.GenAI.Mistral (1)
MistralDecoderLayer.cs (1)
86this.post_attention_layernorm = new Core.RMSNorm(this._hiddenSize, eps: config.RmsNormEps, config.DType);
1 reference to post_attention_layernorm
Microsoft.ML.GenAI.Mistral (1)
MistralDecoderLayer.cs (1)
134hiddenStates = this.post_attention_layernorm.forward(hiddenStates);