4 writes to _storageIndex
Microsoft.ML.Mkl.Components (4)
SymSgdClassificationTrainer.cs (4)
385
_storageIndex
= 0;
464
_storageIndex
++;
477
_storageIndex
= 0;
504
_storageIndex
++;
5 references to _storageIndex
Microsoft.ML.Mkl.Components (5)
SymSgdClassificationTrainer.cs (5)
415
_ch.Assert(_storage[
_storageIndex
].Length == _veryLongArrayLength);
431
if (_indexInCurArray == 0 &&
_storageIndex
== 0)
458
if (
_storageIndex
== _storage.Count - 1)
466
instArray.CopyTo(_storage[
_storageIndex
].Buffer.AsSpan(_indexInCurArray));
507
outGcHandle = _storage[
_storageIndex
].GcHandle;