2 writes to _pos
Microsoft.ML.FastTree (2)
Dataset\SparseIntArray.cs (2)
553
++
_pos
;
564
++
_pos
;
4 references to _pos
Microsoft.ML.FastTree (4)
Dataset\SparseIntArray.cs (4)
551
return _array._values[
_pos
];
556
while (
_pos
< _array._values.Length)
558
_nextIndex += pDeltas[
_pos
];
562
return _array._values[
_pos
];