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