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