2 instantiations of 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);
4 references to PatchMerging
Microsoft.ML.TorchSharp (4)
AutoFormerV2\BasicLayer.cs (1)
24private readonly PatchMerging downsample;
AutoFormerV2\ConvLayer.cs (1)
19private readonly PatchMerging downsample;
AutoFormerV2\PatchMerging.cs (2)
26/// Initializes a new instance of the <see cref="PatchMerging"/> class. 31: base(nameof(PatchMerging))