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; 368long bitoffset = _currentBit + (virtualIndex - _currentIndex) * _currentType; 370return (int)(((long)_array._data[major] | (((long)_array._data[major + 1]) << 32)) >> (int)(bitoffset & 0x1f)) & ((1 << _currentType) - 1);