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);