2 writes to RowIndexLim
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
1543RowIndexLim = lim; 1555RowIndexMin = RowIndexLim = -1;
2 references to RowIndexLim
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
1534public int Rows { get { return (int)(RowIndexLim - RowIndexMin); } } 1665long src = _curr.RowIndexLim - _remaining - 1;