4 references to ReadLeb128Int
Microsoft.ML.Data (4)
DataLoadSave\Binary\BinaryLoader.cs (3)
325
ulong mtocCount = reader.
ReadLeb128Int
();
348
ulong ublockSize = reader.
ReadLeb128Int
();
1111
int rowsPerBlock = (int)_reader.
ReadLeb128Int
();
DataLoadSave\Binary\CodecFactory.cs (1)
163
ulong ulen = reader.
ReadLeb128Int
();