2 references to UseThreads
Microsoft.ML.StandardTrainers (2)
Standard\LogisticRegression\LbfgsPredictorBase.cs (2)
244
Host.CheckUserArg(!LbfgsTrainerOptions.
UseThreads
|| LbfgsTrainerOptions.NumberOfThreads > 0 || LbfgsTrainerOptions.NumberOfThreads == null,
267
UseThreads = LbfgsTrainerOptions.
UseThreads
;