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