2 references to Leb128ToUIntArray
Microsoft.ML.Data (2)
Utils\SequencePool.cs (2)
98
int count =
Leb128ToUIntArray
(_bytes, _start[id], _start[id + 1], ref sequence);
303
return
Leb128ToUIntArray
(_bytes, _start[id], _start[id + 1], ref sequence);