2 references to PatchMerging
Microsoft.ML.TorchSharp (2)
AutoFormerV2\BasicLayer.cs (1)
54this.downsample = new PatchMerging(inChannels: inChannels, outChannels: outChannels);
AutoFormerV2\ConvLayer.cs (1)
39this.downsample = new PatchMerging(inChannels, outChannels);