1 write to _doneConsuming
Microsoft.ML.Data (1)
Transforms\RowShufflingTransformer.cs (1)
652
_doneConsuming
= true;
3 references to _doneConsuming
Microsoft.ML.Data (3)
Transforms\RowShufflingTransformer.cs (3)
619
Ch.Assert(_deadCount < _blockSize ||
_doneConsuming
);
625
if (++_deadCount >= _blockSize && !
_doneConsuming
)
634
while (_liveCount < _poolRows && !
_doneConsuming
)