1 write to gate_proj
Microsoft.ML.GenAI.LLaMA (1)
Module\LlamaMLP.cs (1)
40
this.
gate_proj
= new QuantizedLinear(this._hiddenSize, this._intermediateSize, hasBias: this._hasBias, dtype: config.DType);
1 reference to gate_proj
Microsoft.ML.GenAI.LLaMA (1)
Module\LlamaMLP.cs (1)
56
using var input1 = this.
gate_proj
.forward(input);