1 write to act_fn
Microsoft.ML.GenAI.Mistral (1)
MistralMLP.cs (1)
33
this.
act_fn
= Core.Utils.GetActivation(hiddenAct);
1 reference to act_fn
Microsoft.ML.GenAI.Mistral (1)
MistralMLP.cs (1)
41
using var input2 = this.
act_fn
.forward(input1);