1 write to downsample
Microsoft.ML.TorchSharp (1)
AutoFormerV2\ConvLayer.cs (1)
39
this.
downsample
= new PatchMerging(inChannels, outChannels);
2 references to downsample
Microsoft.ML.TorchSharp (2)
AutoFormerV2\ConvLayer.cs (2)
54
var (xTmp, nH, nW) = this.
downsample
.forward(x, h, w);
68
downsample
.Dispose();