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