1 write to _array
Microsoft.ML.FastTree (1)
Dataset\SegmentIntArray.cs (1)
336
_array
= array;
8 references to _array
Microsoft.ML.FastTree (8)
Dataset\SegmentIntArray.cs (8)
340
if (
_array
._segType.Length > 0)
343
_currentType =
_array
._segType[0];
344
_nextIndex =
_array
._segLength[0];
349
_currentIndex =
_array
.Length;
365
_currentType =
_array
._segType[++_currentSegment];
366
_nextIndex +=
_array
._segLength[_currentSegment];
370
return (int)(((long)
_array
._data[major] | (((long)
_array
._data[major + 1]) << 32)) >> (int)(bitoffset & 0x1f)) & ((1 << _currentType) - 1);