4 writes to NumberOfThreads
Microsoft.ML.IntegrationTests (1)
Training.cs (1)
412NumberOfThreads = 1,
Microsoft.ML.Samples (1)
Dynamic\Trainers\BinaryClassification\SymbolicSgdLogisticRegressionWithOptions.cs (1)
35NumberOfThreads = 1,
Microsoft.ML.Tests (2)
FeatureContributionTests.cs (1)
180NumberOfThreads = 1
Scenarios\Api\Estimators\SimpleTrainAndPredict.cs (1)
70NumberOfThreads = 1
2 references to NumberOfThreads
Microsoft.ML.Mkl.Components (2)
SymSgdClassificationTrainer.cs (2)
705int numThreads = _options.NumberOfThreads ?? Environment.ProcessorCount; 707ch.CheckUserArg(numThreads > 0, nameof(_options.NumberOfThreads),