7 writes to _indexInCurArray
Microsoft.ML.Mkl.Components (7)
SymSgdClassificationTrainer.cs (7)
384_indexInCurArray = 0; 451_indexInCurArray = 0; 463_indexInCurArray = 0; 467_indexInCurArray += instArrayLength; 478_indexInCurArray = 0; 505_indexInCurArray = 0; 509_indexInCurArray += size;
4 references to _indexInCurArray
Microsoft.ML.Mkl.Components (4)
SymSgdClassificationTrainer.cs (4)
416return _indexInCurArray <= _veryLongArrayLength - size; 431if (_indexInCurArray == 0 && _storageIndex == 0) 466instArray.CopyTo(_storage[_storageIndex].Buffer.AsSpan(_indexInCurArray)); 508outArrayStartIndex = _indexInCurArray;