1 write to Classifier
Microsoft.ML.TorchSharp (1)
NasBert\Models\PredictionHead.cs (1)
26
Classifier
= torch.nn.Sequential(
2 references to Classifier
Microsoft.ML.TorchSharp (2)
NasBert\Models\PredictionHead.cs (2)
40
return
Classifier
.forward(x);
49
Classifier
.Dispose();