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