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); 431if (_indexInCurArray == 0 && _storageIndex == 0) 458if (_storageIndex == _storage.Count - 1) 466instArray.CopyTo(_storage[_storageIndex].Buffer.AsSpan(_indexInCurArray)); 507outGcHandle = _storage[_storageIndex].GcHandle;