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

| 类 | |
| 结构 | xgboost::DeviceSym | 
| 结构 | xgboost::DeviceOrd | 
| 设备序号的类型。该类型被打包成 32 位,以便在查看像 linalg::TensorView这样的类型时高效使用。 更多... | |
| 结构 | xgboost::Context | 
| XGBoost 的运行时上下文。包含线程和设备等信息。 更多... | |
| 命名空间 | |
| xgboost | |
| Learner 接口,将目标、gbm 和评估整合在一起。这是用户界面 XGBoost 训练模块。 | |
| 函数 | |
| std::ostream & | xgboost::operator<< (std::ostream &os, DeviceOrd ord) | 
版权所有 2014-2023, XGBoost 贡献者