1 type derived from Options
Microsoft.ML.TorchSharp (1)
NasBert\NasBertTrainer.cs (1)
32public class NasBertOptions : TorchSharpBaseTrainer.Options
9 references to Options
Microsoft.ML.TorchSharp (9)
NasBert\NasBertTrainer.cs (1)
169internal NasBertTrainer(IHostEnvironment env, Options options) : base(env, options)
NasBert\NerTrainer.cs (1)
109private protected override TorchSharpBaseTransformer<VBuffer<uint>, TargetType> CreateTransformer(IHost host, Options options, torch.nn.Module model, DataViewSchema.DetachedColumn labelColumn)
NasBert\SentenceSimilarityTrainer.cs (1)
107private protected override TorchSharpBaseTransformer<float, float> CreateTransformer(IHost host, Options options, torch.nn.Module model, DataViewSchema.DetachedColumn labelColumn)
NasBert\TextClassificationTrainer.cs (1)
107private protected override TorchSharpBaseTransformer<uint, long> CreateTransformer(IHost host, Options options, torch.nn.Module model, DataViewSchema.DetachedColumn labelColumn)
TorchSharpBaseTrainer.cs (5)
85internal readonly Options Option; 87internal TorchSharpBaseTrainer(IHostEnvironment env, Options options) 129private protected abstract TorchSharpBaseTransformer<TLabelCol, TTargetsCol> CreateTransformer(IHost host, TorchSharpBaseTrainer<TLabelCol, TTargetsCol>.Options options, Module model, DataViewSchema.DetachedColumn labelColumn); 382internal readonly TorchSharpBaseTrainer.Options Options; 388internal TorchSharpBaseTransformer(IHostEnvironment env, TorchSharpBaseTrainer.Options options, Module model, DataViewSchema.DetachedColumn labelColumn)