1 instantiation of PatchEmbed
Microsoft.ML.TorchSharp (1)
AutoFormerV2\AutoFormerV2Backbone.cs (1)
70
this.patch_embed = new
PatchEmbed
(inChannels: inChannels, embedChannels: embedChannels[0]);
3 references to PatchEmbed
Microsoft.ML.TorchSharp (3)
AutoFormerV2\AutoFormerV2Backbone.cs (1)
22
private readonly
PatchEmbed
patch_embed;
AutoFormerV2\PatchEmbed.cs (2)
23
/// Initializes a new instance of the <see cref="
PatchEmbed
"/> class.
28
: base(nameof(
PatchEmbed
))