3 overrides of CreateGetter
Microsoft.ML.TorchSharp (3)
NasBert\NerTrainer.cs (1)
370
private protected override Delegate
CreateGetter
(DataViewRow input, int iinfo, TensorCacher outputCacher)
NasBert\SentenceSimilarityTrainer.cs (1)
263
private protected override Delegate
CreateGetter
(DataViewRow input, int iinfo, TensorCacher outputCacher)
NasBert\TextClassificationTrainer.cs (1)
306
private protected override Delegate
CreateGetter
(DataViewRow input, int iinfo, TensorCacher outputCacher)
1 reference to CreateGetter
Microsoft.ML.TorchSharp (1)
TorchSharpBaseTrainer.cs (1)
505
result[i] =
CreateGetter
(input, i, outputCacher);