1 write to _perm
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
1068_perm = perm;
5 references to _perm
Microsoft.ML.Data (5)
DataView\CacheDataView.cs (5)
1075Contracts.Assert(0 <= _curr && _curr < _perm.Length); 1076return _perm[_curr]; 1085val = new DataViewRowId((ulong)_perm[_curr], 0); 1098if (_curr >= _perm.Length || _curr < 0) 1105_currMax = Math.Min(_perm.Length - 1, _curr + _batchMask);