4 references to _batchShift
Microsoft.ML.Data (4)
DataView\CacheDataView.cs (4)
36private const int _batchSize = 1 << _batchShift; 37private const int _batchMask = (1 << _batchShift) - 1; 993_curr = _batch << _batchShift; 1096_curr = (int)(_batch << _batchShift);