1 write to gate_up_proj
Microsoft.ML.GenAI.Phi (1)
Module\Phi3MLP.cs (1)
34this.gate_up_proj = new QuantizedLinear(hiddenSize, 2 * intermediateSize, hasBias: false, dtype: dtype);
1 reference to gate_up_proj
Microsoft.ML.GenAI.Phi (1)
Module\Phi3MLP.cs (1)
44using var input1 = this.gate_up_proj.forward(input);