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