3 types derived from NasBertMapper
Microsoft.ML.TorchSharp (3)
NasBert\NerTrainer.cs (1)
364private sealed class Mapper : NasBertMapper
NasBert\SentenceSimilarityTrainer.cs (1)
257private sealed class Mapper : NasBertMapper
NasBert\TextClassificationTrainer.cs (1)
300private sealed class Mapper : NasBertMapper
2 references to NasBertMapper
Microsoft.ML.TorchSharp (2)
NasBert\NasBertTrainer.cs (2)
495private static readonly FuncInstanceMethodInfo1<NasBertMapper, DataViewSchema.DetachedColumn, Delegate> _makeLabelAnnotationGetter 496= FuncInstanceMethodInfo1<NasBertMapper, DataViewSchema.DetachedColumn, Delegate>.Create(target => target.GetLabelAnnotations<int>);