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

Method CreatePageFormat

src/data/sparse_page_source.h:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232
233 public:
234 auto CreatePageFormat(BatchParam const&) const {
235 std::unique_ptr<FormatT> fmt{::xgboost::data::CreatePageFormat<S>("raw")};
236 return fmt;
237 }
238 static void DestroyPage(std::shared_ptr<S>* page) { page->reset(); }
239};
240

Callers 2

ReadCacheMethod · 0.45
WriteCacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected