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