1 write to fc1
Microsoft.ML.TorchSharp (1)
AutoFormerV2\Mlp.cs (1)
40
this.
fc1
= nn.Linear(inFeatures, (long)hiddenFeatures);
2 references to fc1
Microsoft.ML.TorchSharp (2)
AutoFormerV2\Mlp.cs (2)
53
x = this.
fc1
.forward(x);
70
fc1
.Dispose();