2 references to ForwardOneLayer
Microsoft.ML.TorchSharp (2)
NasBert\Modules\Layers\EncConvLayer.cs (2)
53using var x1 = ForwardOneLayer(x, selfAttentionPaddingMask, Conv1, LayerNorm1); 54return ForwardOneLayer(x1, selfAttentionPaddingMask, Conv2, LayerNorm2);