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