1 write to _numThreads
Microsoft.ML.FastTree (1)
Utils\BlockingThreadPool.cs (1)
34
_numThreads
= numThreads;
2 references to _numThreads
Microsoft.ML.FastTree (2)
Utils\BlockingThreadPool.cs (2)
22
get { return
_numThreads
; }
31
if (
_numThreads
== numThreads)