|
xgboost
|
#include <xgboost/base.h>#include <xgboost/logging.h>#include <xgboost/parameter.h>#include <cstdint>#include <memory>#include <string>#include <type_traits>

Go to the source code of this file.
Classes | |
| struct | xgboost::DeviceSym |
| struct | xgboost::DeviceOrd |
A type for device ordinal. The type is packed into 32-bit for efficient use in viewing types like linalg::TensorView. More... | |
| struct | xgboost::Context |
| Runtime context for XGBoost. Contains information like threads and device. More... | |
Namespaces | |
| xgboost | |
| Core data structure for multi-target trees. | |
Functions | |
| std::ostream & | xgboost::operator<< (std::ostream &os, DeviceOrd ord) |
Copyright 2014-2023, XGBoost Contributors