1 write to act
Microsoft.ML.TorchSharp (1)
AutoFormerV2\Mlp.cs (1)
42
this.
act
= nn.GELU();
2 references to act
Microsoft.ML.TorchSharp (2)
AutoFormerV2\Mlp.cs (2)
54
x = this.
act
.forward(x);
72
act
.Dispose();