1 write to post_attention_layernorm
Microsoft.ML.GenAI.Mistral (1)
MistralDecoderLayer.cs (1)
86
this.
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)
134
hiddenStates = this.
post_attention_layernorm
.forward(hiddenStates);