MCPcopy Create free account
hub / github.com/dmlc/xgboost / TEST

Function TEST

tests/cpp/data/test_iterative_dmatrix.cc:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16namespace xgboost::data {
17TEST(IterativeDMatrix, Ref) {
18 Context ctx;
19 TestRefDMatrix<GHistIndexMatrix, NumpyArrayIterForTest>(
20 &ctx, [&](GHistIndexMatrix const& page) { return page.cut; });
21}
22
23TEST(IterativeDMatrix, IsDense) {
24 bst_bin_t n_bins = 16;

Callers

nothing calls this directly

Calls 5

AllThreadsForTestFunction · 0.85
ThreadsMethod · 0.80
ProxyMethod · 0.45
CtxMethod · 0.45
IsDenseMethod · 0.45

Tested by

no test coverage detected