4 references to NumThreads
Microsoft.ML.Sweeper (4)
ConfigRunner.cs (4)
194
Contracts.CheckParam(options.
NumThreads
== null || options.
NumThreads
.Value > 0, nameof(options.
NumThreads
), "Cannot be 0 or negative");
195
_parallelOptions = new ParallelOptions { MaxDegreeOfParallelism = options.
NumThreads
?? -1 };