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)
427
context.Assert(count >= 0 &&
_totalLeft
+ count >=
_totalLeft
);
439
if (
_totalLeft
<= BatchSize)
445
newEnd = _batchEnd + (int)Math.Ceiling((double)_rowsLeft[i] * BatchSize /
_totalLeft
);
463
else if (
_totalLeft
> 0)