1 write to _rowsLeft
Microsoft.ML.Data (1)
DataView\AppendRowsDataView.cs (1)
422
_rowsLeft
= (int[])counts.Clone();
5 references to _rowsLeft
Microsoft.ML.Data (5)
DataView\AppendRowsDataView.cs (5)
425
foreach (int count in
_rowsLeft
)
436
for (int i = 0; i <
_rowsLeft
.Length && _batchEnd < BatchSize; i++)
440
newEnd = _batchEnd +
_rowsLeft
[i];
445
newEnd = _batchEnd + (int)Math.Ceiling((double)
_rowsLeft
[i] * BatchSize / _totalLeft);
452
_rowsLeft
[i] -= newEnd - _batchEnd;