2 references to BitsForValue
Microsoft.ML.FastTree (2)
Dataset\IntArray.cs (1)
331int bits = SegmentIntArray.BitsForValue((uint)maxval);
Dataset\SegmentIntArray.cs (1)
96int maxbits = BitsForValue(max);