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)
81int chunkSize = _maxIndex / _threads; 83int numBigChunks = _maxIndex % _threads; 124for (int c = 0; c < _threads; ++c) 133for (int c = 0; c < _threads; ++c)