Home
last modified time | relevance | path

Searched defs:GetHess (Results 1 – 4 of 4) sorted by relevance

/dports/misc/py-xgboost/xgboost-1.5.1/include/xgboost/
H A Dbase.h181 XGBOOST_DEVICE T GetHess() const { return hess_; } in GetHess() function
/dports/misc/xgboost/xgboost-1.5.1/include/xgboost/
H A Dbase.h181 XGBOOST_DEVICE T GetHess() const { return hess_; } in GetHess() function
/dports/misc/py-xgboost/xgboost-1.5.1/src/tree/
H A Dparam.h330 XGBOOST_DEVICE GradType GetHess() const { return sum_hess; } in GetHess() function
/dports/misc/xgboost/xgboost-1.5.1/src/tree/
H A Dparam.h330 XGBOOST_DEVICE GradType GetHess() const { return sum_hess; } in GetHess() function