xgboost
|
#include <common.h>
Classes | |
class | Iterator |
Public Types | |
using | DifferenceType = int64_t |
Public Member Functions | |
XGBOOST_DEVICE Iterator | begin () const |
XGBOOST_DEVICE Iterator | end () const |
XGBOOST_DEVICE | Range (DifferenceType begin, DifferenceType end) |
XGBOOST_DEVICE | Range (DifferenceType begin, DifferenceType end, DifferenceType step) |
XGBOOST_DEVICE bool | operator== (const Range &other) const |
XGBOOST_DEVICE bool | operator!= (const Range &other) const |
XGBOOST_DEVICE void | Step (DifferenceType s) |
using xgboost::common::Range::DifferenceType = int64_t |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |