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