3 overrides of GetRowCountAndSetLabelCount
Microsoft.ML.TorchSharp (3)
NasBert\NerTrainer.cs (1)
213
private protected override int
GetRowCountAndSetLabelCount
(IDataView input)
NasBert\SentenceSimilarityTrainer.cs (1)
147
private protected override int
GetRowCountAndSetLabelCount
(IDataView input)
NasBert\TextClassificationTrainer.cs (1)
149
private protected override int
GetRowCountAndSetLabelCount
(IDataView input)
1 reference to GetRowCountAndSetLabelCount
Microsoft.ML.TorchSharp (1)
TorchSharpBaseTrainer.cs (1)
153
TrainingRowCount =
GetRowCountAndSetLabelCount
(input);