1 write to norm3
Microsoft.ML.TorchSharp (1)
AutoFormerV2\AutoFormerV2Backbone.cs (1)
107this.norm3 = nn.LayerNorm(new long[] { outChannels[3] });
2 references to norm3
Microsoft.ML.TorchSharp (2)
AutoFormerV2\AutoFormerV2Backbone.cs (2)
143xOut = this.norm3.forward(xOut); 170norm3.Dispose();