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