1 write to act1
Microsoft.ML.TorchSharp (1)
AutoFormerV2\MBConv.cs (1)
38this.act1 = nn.GELU();
2 references to act1
Microsoft.ML.TorchSharp (2)
AutoFormerV2\MBConv.cs (2)
53x = this.act1.forward(x); 71act1.Dispose();