Home
last modified time | relevance | path

Searched refs:LinearSquareLoss (Results 1 – 4 of 4) sorted by relevance

/dports/misc/py-xgboost/xgboost-1.5.1/src/objective/
H A Dregression_obj.cu159 XGBOOST_REGISTER_OBJECTIVE(SquaredLossRegression, LinearSquareLoss::Name())
161 .set_body([]() { return new RegLossObj<LinearSquareLoss>(); }); in __anonf96d41c70102()
189 return new RegLossObj<LinearSquareLoss>(); }); in __anonf96d41c70702()
H A Dregression_loss.h17 struct LinearSquareLoss { struct
/dports/misc/xgboost/xgboost-1.5.1/src/objective/
H A Dregression_obj.cu159 XGBOOST_REGISTER_OBJECTIVE(SquaredLossRegression, LinearSquareLoss::Name())
161 .set_body([]() { return new RegLossObj<LinearSquareLoss>(); }); in __anon80ff61f10102()
189 return new RegLossObj<LinearSquareLoss>(); }); in __anon80ff61f10702()
H A Dregression_loss.h17 struct LinearSquareLoss { struct