1 write to norm1
Microsoft.ML.TorchSharp (1)
AutoFormerV2\AutoFormerV2Backbone.cs (1)
105this.norm1 = nn.LayerNorm(new long[] { outChannels[1] });
2 references to norm1
Microsoft.ML.TorchSharp (2)
AutoFormerV2\AutoFormerV2Backbone.cs (2)
137xOut = this.norm1.forward(xOut); 168norm1.Dispose();