1 write to down_proj
Microsoft.ML.GenAI.Mistral (1)
MistralMLP.cs (1)
31this.down_proj = new QuantizedLinear(this._intermediateSize, this._hiddenSize, hasBias: false, dtype: config.DType);
1 reference to down_proj
Microsoft.ML.GenAI.Mistral (1)
MistralMLP.cs (1)
43return this.down_proj.forward(input3);