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)
81
int chunkSize =
_maxIndex
/ _threads;
83
int numBigChunks =
_maxIndex
% _threads;