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