3 instantiations of Dense16BitIntArray
Microsoft.ML.FastTree (3)
Dataset\IntArray.cs (3)
110
return new
Dense16BitIntArray
(length, values);
141
return new
Dense16BitIntArray
(length);
173
return new
Dense16BitIntArray
(buffer, ref position);