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