1 type derived from TorchSharpBaseMapper
Microsoft.ML.TorchSharp (1)
NasBert\NasBertTrainer.cs (1)
491private protected abstract class NasBertMapper : TorchSharpBaseMapper
4 references to TorchSharpBaseMapper
Microsoft.ML.TorchSharp (4)
NasBert\NasBertTrainer.cs (1)
569private protected class BertTensorCacher : TorchSharpBaseMapper.TensorCacher<Tensor>
TorchSharpBaseTrainer.cs (3)
447private static readonly FuncInstanceMethodInfo1<TorchSharpBaseMapper, DataViewSchema.DetachedColumn, Delegate> _makeLabelAnnotationGetter 448= FuncInstanceMethodInfo1<TorchSharpBaseMapper, DataViewSchema.DetachedColumn, Delegate>.Create(target => target.GetLabelAnnotations<int>); 456base(Contracts.CheckRef(parent, nameof(parent)).Host.Register(nameof(TorchSharpBaseMapper)), inputSchema, parent)