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

Function WithFed

tests/cpp/test_learner.cc:798–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796};
797
798auto WithFed() {
799#if defined(XGBOOST_USE_FEDERATED)
800 return ::testing::Bool();
801#else
802 return ::testing::Values(false);
803#endif
804}
805} // anonymous namespace
806
807TEST_P(ColumnSplitTrainingTest, ColumnSampler) {

Callers 1

test_learner.ccFile · 0.85

Calls 1

ValuesFunction · 0.85

Tested by

no test coverage detected