1 write to FullConnects
Microsoft.ML.TorchSharp (1)
NasBert\Modules\Layers\FeedForwardLayer.cs (1)
53
FullConnects
= torch.nn.Sequential(
2 references to FullConnects
Microsoft.ML.TorchSharp (2)
NasBert\Modules\Layers\FeedForwardLayer.cs (2)
68
using var layerOutput =
FullConnects
.forward(x);
84
FullConnects
.Dispose();