3 writes to _nextIndex
Microsoft.ML.FastTree (3)
Dataset\SegmentIntArray.cs (3)
344
_nextIndex
= _array._segLength[0];
351
_nextIndex
= _currentIndex;
366
_nextIndex
+= _array._segLength[_currentSegment];
3 references to _nextIndex
Microsoft.ML.FastTree (3)
Dataset\SegmentIntArray.cs (3)
361
while (
_nextIndex
<= virtualIndex)
363
_currentBit += (
_nextIndex
- _currentIndex) * _currentType;
364
_currentIndex =
_nextIndex
;