2 instantiations of PatchMerging
Microsoft.ML.TorchSharp (2)
AutoFormerV2\BasicLayer.cs (1)
54
this.downsample = new
PatchMerging
(inChannels: inChannels, outChannels: outChannels);
AutoFormerV2\ConvLayer.cs (1)
39
this.downsample = new
PatchMerging
(inChannels, outChannels);
4 references to PatchMerging
Microsoft.ML.TorchSharp (4)
AutoFormerV2\BasicLayer.cs (1)
24
private readonly
PatchMerging
downsample;
AutoFormerV2\ConvLayer.cs (1)
19
private readonly
PatchMerging
downsample;
AutoFormerV2\PatchMerging.cs (2)
26
/// Initializes a new instance of the <see cref="
PatchMerging
"/> class.
31
: base(nameof(
PatchMerging
))