1 write to fc1
Microsoft.ML.GenAI.Phi (1)
Module\Phi2MLP.cs (1)
25
this.
fc1
= new GenAILinear(config.HiddenSize, config.IntermediateSize, dtype: config.Dtype);
1 reference to fc1
Microsoft.ML.GenAI.Phi (1)
Module\Phi2MLP.cs (1)
34
using var input1 = this.
fc1
.forward(input);