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); 547PostAssert(_toProduceChannel, _poolRows - 1 + _blockSize); 634while (_liveCount < _poolRows && !_doneConsuming) 659int circularSwapIndex = (_rand.Next(Math.Min(_liveCount, _poolRows)) + _circularIndex) % _pipeIndices.Length;