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 | |
多目标树的核心数据结构。 | |
函数 | |
std::ostream & | xgboost::operator<< (std::ostream &os, DeviceOrd ord) |
版权所有 2014-2023, XGBoost 贡献者