1 write to conv3
Microsoft.ML.TorchSharp (1)
AutoFormerV2\PatchMerging.cs (1)
36this.conv3 = new Conv2dBN(outChannels, outChannels, 1, 1, 0);
2 references to conv3
Microsoft.ML.TorchSharp (2)
AutoFormerV2\PatchMerging.cs (2)
55x = this.conv3.forward(x); 74conv3.Dispose();