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