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