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
 多目标树的核心数据结构。
 

函数

std::ostream & xgboost::operator<< (std::ostream &os, DeviceOrd ord)
 

详细描述

版权所有 2014-2023, XGBoost 贡献者