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