1 write to activation_fn
Microsoft.ML.GenAI.Phi (1)
Module\Phi2MLP.cs (1)
27this.activation_fn = new NewGELUActivation();
1 reference to activation_fn
Microsoft.ML.GenAI.Phi (1)
Module\Phi2MLP.cs (1)
35using var input2 = this.activation_fn.forward(input1);