1 write to LayerNorm1
Microsoft.ML.TorchSharp (1)
NasBert\Modules\Layers\EncConvLayer.cs (1)
33LayerNorm1 = torch.nn.LayerNorm(new long[] { channel });
3 references to LayerNorm1
Microsoft.ML.TorchSharp (3)
NasBert\Modules\Layers\EncConvLayer.cs (3)
53using var x1 = ForwardOneLayer(x, selfAttentionPaddingMask, Conv1, LayerNorm1); 74LayerNorm1.eval(); 94LayerNorm1.Dispose();