1 write to act
Microsoft.ML.TorchSharp (1)
AutoFormerV2\PatchMerging.cs (1)
33this.act = nn.GELU();
3 references to act
Microsoft.ML.TorchSharp (3)
AutoFormerV2\PatchMerging.cs (3)
52x = this.act.forward(x); 54x = this.act.forward(x); 71act.Dispose();