xgboost
| 命名空间 | 函数
context.h 文件参考
#include <xgboost/base.h>
#include <xgboost/logging.h>
#include <xgboost/parameter.h>
#include <cstdint>
#include <memory>
#include <string>
#include <type_traits>
context.h 的包含依赖图
此图显示哪些文件直接或间接包含此文件

转到此文件的源代码。

结构  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 贡献者