3 writes to _currentType
Microsoft.ML.FastTree (3)
Dataset\SegmentIntArray.cs (3)
343
_currentType
= _array._segType[0];
350
_currentType
= 0;
365
_currentType
= _array._segType[++_currentSegment];
3 references to _currentType
Microsoft.ML.FastTree (3)
Dataset\SegmentIntArray.cs (3)
363
_currentBit += (_nextIndex - _currentIndex) *
_currentType
;
368
long bitoffset = _currentBit + (virtualIndex - _currentIndex) *
_currentType
;
370
return (int)(((long)_array._data[major] | (((long)_array._data[major + 1]) << 32)) >> (int)(bitoffset & 0x1f)) & ((1 <<
_currentType
) - 1);