Function xgboost_sys::RabitLinkTag

source ·
pub unsafe extern "C" fn RabitLinkTag() -> c_int
Expand description

\brief a Dummy function, used to cause force link of C API into the DLL. \code //force link rabit C API library. static int must_link_rabit_ = RabitLinkTag(); \endcode \return a dummy integer.