1 write to _poolRows
Microsoft.ML.Data (1)
Transforms\RowShufflingTransformer.cs (1)
512
_poolRows
= poolRows;
4 references to _poolRows
Microsoft.ML.Data (4)
Transforms\RowShufflingTransformer.cs (4)
516
_pipeIndices = Utils.GetIdentityPermutation(
_poolRows
- 1 + _bufferDepth * _blockSize);
547
PostAssert(_toProduceChannel,
_poolRows
- 1 + _blockSize);
634
while (_liveCount <
_poolRows
&& !_doneConsuming)
659
int circularSwapIndex = (_rand.Next(Math.Min(_liveCount,
_poolRows
)) + _circularIndex) % _pipeIndices.Length;