xgboost
公共成员函数 | 公共属性 | 所有成员列表
xgboost::DMatrixCache< CacheT >::Item 结构体参考

#include <cache.h>

xgboost::DMatrixCache< CacheT >::Item 的协作图
Collaboration graph

公共成员函数

CacheT const & Value () const
 
CacheT & Value ()
 
 Item (std::shared_ptr< DMatrix > m, std::shared_ptr< CacheT > v)
 

公共属性

std::weak_ptr< DMatrixref
 
std::shared_ptr< CacheT > value
 

构造函数与析构函数文档

◆ Item()

template<typename CacheT >
xgboost::DMatrixCache< CacheT >::Item::Item ( std::shared_ptr< DMatrix m,
std::shared_ptr< CacheT >  v 
)
inline

成员函数文档

◆ Value() [1/2]

template<typename CacheT >
CacheT& xgboost::DMatrixCache< CacheT >::Item::Value ( )
inline

◆ Value() [2/2]

template<typename CacheT >
CacheT const& xgboost::DMatrixCache< CacheT >::Item::Value ( ) const
inline

成员数据文档

◆ ref

template<typename CacheT >
std::weak_ptr<DMatrix> xgboost::DMatrixCache< CacheT >::Item::ref

◆ value

template<typename CacheT >
std::shared_ptr<CacheT> xgboost::DMatrixCache< CacheT >::Item::value

本结构体的文档生成自以下文件