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