1 write to patch_embed
Microsoft.ML.TorchSharp (1)
AutoFormerV2\AutoFormerV2Backbone.cs (1)
70this.patch_embed = new PatchEmbed(inChannels: inChannels, embedChannels: embedChannels[0]);
2 references to patch_embed
Microsoft.ML.TorchSharp (2)
AutoFormerV2\AutoFormerV2Backbone.cs (2)
116var x = this.patch_embed.forward(imgBatch); 166patch_embed.Dispose();