1 write to down_proj
Microsoft.ML.GenAI.Mistral (1)
MistralMLP.cs (1)
31
this.
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)
43
return this.
down_proj
.forward(input3);