1 write to norm2
Microsoft.ML.TorchSharp (1)
AutoFormerV2\AutoFormerV2Backbone.cs (1)
106this.norm2 = nn.LayerNorm(new long[] { outChannels[2] });
2 references to norm2
Microsoft.ML.TorchSharp (2)
AutoFormerV2\AutoFormerV2Backbone.cs (2)
140xOut = this.norm2.forward(xOut); 169norm2.Dispose();