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