1 write to _array
Microsoft.ML.FastTree (1)
Dataset\SparseIntArray.cs (1)
534_array = array;
8 references to _array
Microsoft.ML.FastTree (8)
Dataset\SparseIntArray.cs (8)
535if (_array._deltas.Length > 0) 536_nextIndex = _array._deltas[0]; 538_nextIndex = _array.Length; 551return _array._values[_pos]; 554fixed (byte* pDeltas = _array._deltas) 556while (_pos < _array._values.Length) 562return _array._values[_pos]; 568_nextIndex = _array._length;