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)
340if (_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]; 370return (int)(((long)_array._data[major] | (((long)_array._data[major + 1]) << 32)) >> (int)(bitoffset & 0x1f)) & ((1 << _currentType) - 1);