1 write to fc2
Microsoft.ML.GenAI.Phi (1)
Module\Phi2MLP.cs (1)
26
this.
fc2
= new GenAILinear(config.IntermediateSize, config.HiddenSize, dtype: config.Dtype);
1 reference to fc2
Microsoft.ML.GenAI.Phi (1)
Module\Phi2MLP.cs (1)
36
return this.
fc2
.forward(input2);