1 write to Conv2
Microsoft.ML.TorchSharp (1)
NasBert\Modules\Layers\EncConvLayer.cs (1)
35
Conv2
= torch.nn.Sequential(
2 references to Conv2
Microsoft.ML.TorchSharp (2)
NasBert\Modules\Layers\EncConvLayer.cs (2)
54
return ForwardOneLayer(x1, selfAttentionPaddingMask,
Conv2
, LayerNorm2);
95
Conv2
.Dispose();