Extract partial sum into an independent function. (#7889)

This commit is contained in:
Jiaming Yuan
2022-05-13 14:30:35 +08:00
committed by GitHub
parent db80671d6b
commit 11d65fcb21
7 changed files with 138 additions and 68 deletions

View File

@@ -7,6 +7,7 @@
#include <vector>
#include "../common/common.h"
#include "../common/numeric.h"
#include "../common/stats.h"
#include "../common/threading_utils.h"
#include "xgboost/tree_model.h"