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

@@ -3,6 +3,7 @@
*/
#include <gtest/gtest.h>
#include "../../../src/common/numeric.h"
#include "../../../src/tree/updater_approx.h"
#include "../helpers.h"
#include "test_partitioner.h"