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