3 writes to _liveCount
Microsoft.ML.Data (3)
Transforms\RowShufflingTransformer.cs (3)
541_liveCount = 1; 624--_liveCount; 655_liveCount += got;
4 references to _liveCount
Microsoft.ML.Data (4)
Transforms\RowShufflingTransformer.cs (4)
618Ch.Assert(_liveCount > 0); 634while (_liveCount < _poolRows && !_doneConsuming) 657if (_liveCount == 0) 659int circularSwapIndex = (_rand.Next(Math.Min(_liveCount, _poolRows)) + _circularIndex) % _pipeIndices.Length;