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