3 instantiations of Dense8BitIntArray
Microsoft.ML.FastTree (3)
Dataset\IntArray.cs (3)
106
return new
Dense8BitIntArray
(length, values);
137
return new
Dense8BitIntArray
(length);
169
return new
Dense8BitIntArray
(buffer, ref position);