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