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