Medial Code Documentation
|
Data Structures | |
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) |