1 write to Total
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderCursor.cs (1)
857
Total
= total;
3 references to Total
Microsoft.ML.Data (3)
DataLoadSave\Text\TextLoaderCursor.cs (3)
829
Contracts.Assert(batch.
Total
== _total + 1, $"batch.Total:{batch.
Total
} while _total + 1:{_total + 1}.");
830
_total = batch.
Total
- 1;