3 instantiations of Dense4BitIntArray
Microsoft.ML.FastTree (3)
Dataset\IntArray.cs (3)
104
return new
Dense4BitIntArray
(length, values);
135
return new
Dense4BitIntArray
(length);
167
return new
Dense4BitIntArray
(buffer, ref position);
1 reference to Dense4BitIntArray
Microsoft.ML.Tests (1)
FastTreeSumupParityTests.cs (1)
343
case
Dense4BitIntArray
a: a.SumupManaged(input, histogram); break;