1 write to conv
Microsoft.ML.TorchSharp (1)
AutoFormerV2\ConvModule.cs (1)
38
this.
conv
= nn.Conv2d(in_channels: inChannel, out_channels: outChannel, kernelSize: kernelSize, stride: stride, padding: padding, dilation: dilation, bias: bias);
2 references to conv
Microsoft.ML.TorchSharp (2)
AutoFormerV2\ConvModule.cs (2)
52
x = this.
conv
.forward(x);
68
conv
.Dispose();