1 write to norm
Microsoft.ML.TorchSharp (1)
AutoFormerV2\Mlp.cs (1)
39this.norm = nn.LayerNorm(new long[] { inFeatures });
2 references to norm
Microsoft.ML.TorchSharp (2)
AutoFormerV2\Mlp.cs (2)
52x = this.norm.forward(x); 69norm.Dispose();