3 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);
Microsoft.ML.Tests (1)
FastTreeSumupParityTests.cs (1)
264int maxBits = SegmentIntArray.BitsForValue(max);