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)
551return _array._values[_pos]; 556while (_pos < _array._values.Length) 558_nextIndex += pDeltas[_pos]; 562return _array._values[_pos];