1 write to down_proj
Microsoft.ML.GenAI.LLaMA (1)
Module\LlamaMLP.cs (1)
42this.down_proj = new QuantizedLinear(this._intermediateSize, this._hiddenSize, hasBias: this._hasBias, dtype: config.DType);
1 reference to down_proj
Microsoft.ML.GenAI.LLaMA (1)
Module\LlamaMLP.cs (1)
59return this.down_proj.forward(input3);