1 write to HistogramArrayPool
Microsoft.ML.FastTree (1)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
166
HistogramArrayPool
= new MappedObjectPool<SufficientStatsBase[]>(histogramPool, numLeaves - 1);
7 references to HistogramArrayPool
Microsoft.ML.FastTree (7)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (7)
331
HistogramArrayPool
.Reset();
366
HistogramArrayPool
.Get(0, out SmallerChildHistogramArray);
415
if (
HistogramArrayPool
.Get(lteChild, out LargerChildHistogramArray))
417
HistogramArrayPool
.Steal(lteChild, gtChild);
418
HistogramArrayPool
.Get(lteChild, out SmallerChildHistogramArray);
428
if (
HistogramArrayPool
.Get(lteChild, out LargerChildHistogramArray))
430
HistogramArrayPool
.Get(gtChild, out SmallerChildHistogramArray);