| 146 | } |
| 147 | |
| 148 | void CompareJsonModels(Json l, Json r) { CompareJSON(std::move(l), std::move(r)); } |
| 149 | |
| 150 | void TestLearnerSerialization(Args args, FeatureMap const& fmap, std::shared_ptr<DMatrix> p_dmat) { |
| 151 | for (auto& batch : p_dmat->GetBatches<SparsePage>()) { |
no test coverage detected