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)
85
this.input_layernorm = new Core.RMSNorm(this.
_hiddenSize
, eps: config.RmsNormEps, config.DType);
86
this.post_attention_layernorm = new Core.RMSNorm(this.
_hiddenSize
, eps: config.RmsNormEps, config.DType);