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

Function TEST

tests/cpp/objective/test_regression_obj_cpu.cc:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12namespace xgboost {
13TEST(Objective, DeclareUnifiedTest(LinearRegressionGPair)) {
14 Context ctx = MakeCUDACtx(GPUIDX);
15 TestLinearRegressionGPair(&ctx);
16}
17
18TEST(Objective, DeclareUnifiedTest(SquaredLog)) {
19 Context ctx = MakeCUDACtx(GPUIDX);

Callers

nothing calls this directly

Calls 15

MakeCUDACtxFunction · 0.85
TestSquaredLogFunction · 0.85
TestPseudoHuberFunction · 0.85
TestsLogisticRawGPairFunction · 0.85

Tested by

no test coverage detected