1 write to post_attention_layernorm
Microsoft.ML.GenAI.Phi (1)
Module\Phi3DecoderLayer.cs (1)
97
this.
post_attention_layernorm
= new RMSNorm(config.HiddenSize, config.RmsNormEps, config.DType);
1 reference to post_attention_layernorm
Microsoft.ML.GenAI.Phi (1)
Module\Phi3DecoderLayer.cs (1)
130
hiddenStates = this.
post_attention_layernorm
.forward(hiddenStates);