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