1 write to IrowLim
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderCursor.cs (1)
856
IrowLim
= irowLim;
2 references to IrowLim
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderCursor.cs (2)
831
for (int irow = batch.IrowMin; irow < batch.
IrowLim
; irow++)
1016
Contracts.Assert(irow == batch.
IrowLim
);