3 instantiations of Dense4BitIntArray
Microsoft.ML.FastTree (3)
Dataset\IntArray.cs (3)
104
return new
Dense4BitIntArray
(length, values);
135
return new
Dense4BitIntArray
(length);
167
return new
Dense4BitIntArray
(buffer, ref position);