1 write to post_attention_layernorm
Microsoft.ML.GenAI.Phi (1)
Module\Phi3DecoderLayer.cs (1)
97this.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)
130hiddenStates = this.post_attention_layernorm.forward(hiddenStates);