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