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)
1075
Contracts.Assert(0 <= _curr && _curr <
_perm
.Length);
1076
return
_perm
[_curr];
1085
val = new DataViewRowId((ulong)
_perm
[_curr], 0);
1098
if (_curr >=
_perm
.Length || _curr < 0)
1105
_currMax = Math.Min(
_perm
.Length - 1, _curr + _batchMask);