1 write to LayerNorm2
Microsoft.ML.TorchSharp (1)
NasBert\Modules\Layers\EncConvLayer.cs (1)
40LayerNorm2 = torch.nn.LayerNorm(new long[] { channel });
3 references to LayerNorm2
Microsoft.ML.TorchSharp (3)
NasBert\Modules\Layers\EncConvLayer.cs (3)
54return ForwardOneLayer(x1, selfAttentionPaddingMask, Conv2, LayerNorm2); 75LayerNorm2.eval(); 96LayerNorm2.Dispose();