6 references to _batchMask
Microsoft.ML.Data (6)
DataView\CacheDataView.cs (6)
986
if ((_curr &
_batchMask
) ==
_batchMask
)
997
_reserved = _waiter.Wait(_curr +
_batchMask
);
1012
Contracts.Assert((_curr &
_batchMask
) <
_batchMask
);
1105
_currMax = Math.Min(_perm.Length - 1, _curr +
_batchMask
);