1 write to fc2
Microsoft.ML.TorchSharp (1)
AutoFormerV2\Mlp.cs (1)
41
this.
fc2
= nn.Linear((long)hiddenFeatures, (long)outFeatures);
2 references to fc2
Microsoft.ML.TorchSharp (2)
AutoFormerV2\Mlp.cs (2)
56
x = this.
fc2
.forward(x);
71
fc2
.Dispose();