1 write to _threads
Microsoft.ML.StandardTrainers (1)
Optimizer\DifferentiableFunction.cs (1)
68
_threads
= threads;
4 references to _threads
Microsoft.ML.StandardTrainers (4)
Optimizer\DifferentiableFunction.cs (4)
81
int chunkSize = _maxIndex /
_threads
;
83
int numBigChunks = _maxIndex %
_threads
;
124
for (int c = 0; c <
_threads
; ++c)
133
for (int c = 0; c <
_threads
; ++c)