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