3 writes to _nextIndex
Microsoft.ML.FastTree (3)
Dataset\RepeatIntArray.cs (3)
143
_nextIndex
= array._deltas[0];
149
_nextIndex
= 0;
167
_nextIndex
+= pDeltas[_pos];
2 references to _nextIndex
Microsoft.ML.FastTree (2)
Dataset\RepeatIntArray.cs (2)
159
if (virtualIndex <
_nextIndex
)
168
if (virtualIndex <
_nextIndex
)