2 writes to _currentBit
Microsoft.ML.FastTree (2)
Dataset\SegmentIntArray.cs (2)
338_currentBit = 0; 363_currentBit += (_nextIndex - _currentIndex) * _currentType;
1 reference to _currentBit
Microsoft.ML.FastTree (1)
Dataset\SegmentIntArray.cs (1)
368long bitoffset = _currentBit + (virtualIndex - _currentIndex) * _currentType;