1 write to _maxIndex
Microsoft.ML.StandardTrainers (1)
Optimizer\DifferentiableFunction.cs (1)
62_maxIndex = maxIndex;
2 references to _maxIndex
Microsoft.ML.StandardTrainers (2)
Optimizer\DifferentiableFunction.cs (2)
81int chunkSize = _maxIndex / _threads; 83int numBigChunks = _maxIndex % _threads;