1 write to Rows
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinaryLoader.cs (1)
1730
Rows
= rows;
2 references to Rows
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
1899
IValueReader<T> reader = _codec.OpenReader(decomp, block.
Rows
);
1902
_toRead.Add(new ReaderContainer(reader, decomp, block.
Rows
, block.BlockSequence), ExMarshaller.Token);