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)
618
Ch.Assert(
_liveCount
> 0);
634
while (
_liveCount
< _poolRows && !_doneConsuming)
657
if (
_liveCount
== 0)
659
int circularSwapIndex = (_rand.Next(Math.Min(
_liveCount
, _poolRows)) + _circularIndex) % _pipeIndices.Length;