7 references to _blockSize
Microsoft.ML.Data (7)
Transforms\RowShufflingTransformer.cs (7)
508Ch.Assert(_blockSize > 0); 516_pipeIndices = Utils.GetIdentityPermutation(_poolRows - 1 + _bufferDepth * _blockSize); 547PostAssert(_toProduceChannel, _poolRows - 1 + _blockSize); 550PostAssert(_toProduceChannel, _blockSize); 582Ch.Assert(requested >= _blockSize); 619Ch.Assert(_deadCount < _blockSize || _doneConsuming); 625if (++_deadCount >= _blockSize && !_doneConsuming)