4 references to Parallel
Microsoft.ML.FastTree (4)
SumupPerformanceCommand.cs (4)
84env.CheckUserArg(!args.Parallel.HasValue || args.Parallel > 0, nameof(args.Parallel), "If defined must be positive"); 99_parallel = args.Parallel ?? Environment.ProcessorCount;