1 write to activation
Microsoft.ML.TorchSharp (1)
AutoFormerV2\ConvModule.cs (1)
42
this.
activation
= nn.ReLU();
2 references to activation
Microsoft.ML.TorchSharp (2)
AutoFormerV2\ConvModule.cs (2)
55
x = this.
activation
.forward(x);
69
activation
?.Dispose();