Sycl implementation for objective functions (#9846)
--------- Co-authored-by: Dmitry Razdoburdin <>
This commit is contained in:
committed by
GitHub
parent
ddab49a8be
commit
43897b8296
23
tests/cpp/objective/test_regression_obj.h
Normal file
23
tests/cpp/objective/test_regression_obj.h
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* Copyright 2020-2023 by XGBoost Contributors
|
||||
*/
|
||||
#ifndef XGBOOST_TEST_REGRESSION_OBJ_H_
|
||||
#define XGBOOST_TEST_REGRESSION_OBJ_H_
|
||||
|
||||
#include <xgboost/context.h> // for Context
|
||||
|
||||
namespace xgboost {
|
||||
|
||||
void TestLinearRegressionGPair(const Context* ctx);
|
||||
|
||||
void TestSquaredLog(const Context* ctx);
|
||||
|
||||
void TestLogisticRegressionGPair(const Context* ctx);
|
||||
|
||||
void TestLogisticRegressionBasic(const Context* ctx);
|
||||
|
||||
void TestsLogisticRawGPair(const Context* ctx);
|
||||
|
||||
} // namespace xgboost
|
||||
|
||||
#endif // XGBOOST_TEST_REGRESSION_OBJ_H_
|
||||
Reference in New Issue
Block a user