1 write to conv1
Microsoft.ML.TorchSharp (1)
AutoFormerV2\PatchMerging.cs (1)
34this.conv1 = new Conv2dBN(inChannels, outChannels, 1, 1, 0);
2 references to conv1
Microsoft.ML.TorchSharp (2)
AutoFormerV2\PatchMerging.cs (2)
51x = this.conv1.forward(x); 72conv1.Dispose();