3 writes to _segLength
Microsoft.ML.FastTree (3)
Dataset\SegmentIntArray.cs (3)
102
_segLength
= b._segLength;
114
_segLength
= buffer.ToIntArray(ref position);
121
_segLength
= segLen;
7 references to _segLength
Microsoft.ML.FastTree (7)
Dataset\SegmentIntArray.cs (7)
102
_segLength = b.
_segLength
;
133
_segLength
.ToByteArray(buffer, ref position);
140
_segType.SizeInBytes() +
_segLength
.SizeInBytes() +
271
int segLen =
_segLength
[s];
344
_nextIndex = _array.
_segLength
[0];
366
_nextIndex += _array.
_segLength
[_currentSegment];
560
fixed (int* pSegLength =
_segLength
)