3 instantiations of Dense32BitIntArray
Microsoft.ML.FastTree (3)
Dataset\IntArray.cs (3)
112
return new
Dense32BitIntArray
(length, values);
143
return new
Dense32BitIntArray
(length);
175
return new
Dense32BitIntArray
(buffer, ref position);
1 reference to Dense32BitIntArray
Microsoft.ML.Tests (1)
FastTreeSumupParityTests.cs (1)
346
case
Dense32BitIntArray
a: a.SumupManaged(input, histogram); break;