3 references to FromWorkArray
Microsoft.ML.FastTree (2)
Dataset\IntArray.cs (1)
371bins = SegmentIntArray.FromWorkArray(workarray, Length, segBits, segTransitions);
Dataset\SegmentIntArray.cs (1)
100var b = FromWorkArray(vals, vals.Length, bits, transitions);
Microsoft.ML.Tests (1)
FastTreeSumupParityTests.cs (1)
266return SegmentIntArray.FromWorkArray(work, work.Length, bits, transitions);