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)
368
long bitoffset =
_currentBit
+ (virtualIndex - _currentIndex) * _currentType;