1 write to gate_proj
Microsoft.ML.GenAI.Mistral (1)
MistralMLP.cs (1)
29this.gate_proj = new QuantizedLinear(this._hiddenSize, this._intermediateSize, hasBias: false, dtype: config.DType);
1 reference to gate_proj
Microsoft.ML.GenAI.Mistral (1)
MistralMLP.cs (1)
40using var input1 = this.gate_proj.forward(input);