1 write to NumThreads
Microsoft.ML.StandardTrainers (1)
Standard\LogisticRegression\LbfgsPredictorBase.cs (1)
268
NumThreads
= LbfgsTrainerOptions.NumberOfThreads;
2 references to NumThreads
Microsoft.ML.StandardTrainers (2)
Standard\LogisticRegression\LbfgsPredictorBase.cs (2)
469
int numThreads = !UseThreads ? 1 : (
NumThreads
?? Environment.ProcessorCount);
570
int numThreads = !UseThreads ? 1 : (
NumThreads
?? Environment.ProcessorCount);