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