4 references to WriteLeb128Int
Microsoft.ML.Data (4)
DataLoadSave\Binary\BinarySaver.cs (3)
314writer.WriteLeb128Int((ulong)metadataInfos.Count); 340writer.WriteLeb128Int((ulong)blockSize); 527writer.WriteLeb128Int((ulong)rowsPerBlock);
DataLoadSave\Binary\CodecFactory.cs (1)
133writer.WriteLeb128Int((ulong)mem.Length);