1 write to _hiddenSize
Microsoft.ML.GenAI.Mistral (1)
MistralDecoderLayer.cs (1)
81_hiddenSize = config.HiddenSize;
2 references to _hiddenSize
Microsoft.ML.GenAI.Mistral (2)
MistralDecoderLayer.cs (2)
85this.input_layernorm = new Core.RMSNorm(this._hiddenSize, eps: config.RmsNormEps, config.DType); 86this.post_attention_layernorm = new Core.RMSNorm(this._hiddenSize, eps: config.RmsNormEps, config.DType);