1 write to up_proj
Microsoft.ML.GenAI.Mistral (1)
MistralMLP.cs (1)
30this.up_proj = new QuantizedLinear(this._hiddenSize, this._intermediateSize, hasBias: false, dtype: config.DType);
1 reference to up_proj
Microsoft.ML.GenAI.Mistral (1)
MistralMLP.cs (1)
42using var input3 = input2 * this.up_proj.forward(input);