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