1 write to conv2
Microsoft.ML.TorchSharp (1)
AutoFormerV2\PatchMerging.cs (1)
35this.conv2 = new Conv2dBN(outChannels, outChannels, 3, 2, 1, groups: outChannels);
2 references to conv2
Microsoft.ML.TorchSharp (2)
AutoFormerV2\PatchMerging.cs (2)
53x = this.conv2.forward(x); 73conv2.Dispose();