1 write to norm
Microsoft.ML.TorchSharp (1)
AutoFormerV2\Attention.cs (1)
59this.norm = nn.LayerNorm(new long[] { inChannels });
2 references to norm
Microsoft.ML.TorchSharp (2)
AutoFormerV2\Attention.cs (2)
105x = this.norm.forward(x); 142norm.Dispose();