1 write to _num
Microsoft.ML.FastTree (1)
Utils\ThreadTaskManager.cs (1)
42
_num
= num;
2 references to _num
Microsoft.ML.FastTree (2)
Utils\ThreadTaskManager.cs (2)
49
if (
_num
== 1)
59
Parallel.Invoke(new ParallelOptions() { MaxDegreeOfParallelism =
_num
}, _actions);