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