3 instantiations of Dense32BitIntArray
Microsoft.ML.FastTree (3)
Dataset\IntArray.cs (3)
112return new Dense32BitIntArray(length, values); 143return new Dense32BitIntArray(length); 175return new Dense32BitIntArray(buffer, ref position);
1 reference to Dense32BitIntArray
Microsoft.ML.Tests (1)
FastTreeSumupParityTests.cs (1)
346case Dense32BitIntArray a: a.SumupManaged(input, histogram); break;