1 write to down_proj
Microsoft.ML.GenAI.Phi (1)
Module\Phi3MLP.cs (1)
35this.down_proj = new QuantizedLinear(intermediateSize, hiddenSize, hasBias: false, dtype: dtype);
1 reference to down_proj
Microsoft.ML.GenAI.Phi (1)
Module\Phi3MLP.cs (1)
49return this.down_proj.forward(upStatus);