1 implementation of IParallel
Microsoft.ML.LightGbm (1)
Parallel\SingleTrainer.cs (1)
17internal sealed class SingleTrainer : IParallel
9 references to IParallel
Microsoft.ML.LightGbm (9)
LightGbmTrainerBase.cs (1)
308private protected readonly IParallel ParallelTraining;
Parallel\IParallel.cs (1)
72internal interface ISupportParallel : IComponentFactory<IParallel>
Parallel\SingleTrainer.cs (7)
19AllgatherFunction IParallel.GetAllgatherFunction() 24ReduceScatterFunction IParallel.GetReduceScatterFunction() 29int IParallel.NumMachines() 34string IParallel.ParallelType() 39int IParallel.Rank() 44Dictionary<string, string> IParallel.AdditionalParams() 53public IParallel CreateComponent(IHostEnvironment env) => new SingleTrainer();