2 writes to _totalLeft
Microsoft.ML.Data (2)
DataView\AppendRowsDataView.cs (2)
428_totalLeft += count; 455_totalLeft -= _batchEnd;
5 references to _totalLeft
Microsoft.ML.Data (5)
DataView\AppendRowsDataView.cs (5)
427context.Assert(count >= 0 && _totalLeft + count >= _totalLeft); 439if (_totalLeft <= BatchSize) 445newEnd = _batchEnd + (int)Math.Ceiling((double)_rowsLeft[i] * BatchSize / _totalLeft); 463else if (_totalLeft > 0)