3 writes to _currentIndex
Microsoft.ML.FastTree (3)
Dataset\SegmentIntArray.cs (3)
342
_currentIndex
= 0;
349
_currentIndex
= _array.Length;
364
_currentIndex
= _nextIndex;
3 references to _currentIndex
Microsoft.ML.FastTree (3)
Dataset\SegmentIntArray.cs (3)
351
_nextIndex =
_currentIndex
;
363
_currentBit += (_nextIndex -
_currentIndex
) * _currentType;
368
long bitoffset = _currentBit + (virtualIndex -
_currentIndex
) * _currentType;