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