3 instantiations of Dense10BitIntArray
Microsoft.ML.FastTree (3)
Dataset\IntArray.cs (3)
108
return new
Dense10BitIntArray
(length, values);
139
return new
Dense10BitIntArray
(length);
171
return new
Dense10BitIntArray
(buffer, ref position);