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