1 write to downsample
Microsoft.ML.TorchSharp (1)
AutoFormerV2\BasicLayer.cs (1)
54this.downsample = new PatchMerging(inChannels: inChannels, outChannels: outChannels);
2 references to downsample
Microsoft.ML.TorchSharp (2)
AutoFormerV2\BasicLayer.cs (2)
111(x, nH, nW) = this.downsample.forward(x, h, w); 145downsample.Dispose();