#include <threading_utils.h>
|
enum xgboost::common::Sched:: { ... } | sched |
|
size_t | chunk {0} |
|
◆ anonymous enum
Enumerator |
---|
kAuto | |
kDynamic | |
kStatic | |
kGuided | |
◆ Auto()
static Sched xgboost::common::Sched::Auto |
( |
| ) |
|
|
inlinestatic |
◆ Dyn()
static Sched xgboost::common::Sched::Dyn |
( |
size_t |
n = 0 | ) |
|
|
inlinestatic |
◆ Guided()
static Sched xgboost::common::Sched::Guided |
( |
| ) |
|
|
inlinestatic |
◆ Static()
static Sched xgboost::common::Sched::Static |
( |
size_t |
n = 0 | ) |
|
|
inlinestatic |
◆ chunk
size_t xgboost::common::Sched::chunk {0} |
◆ sched
enum { ... } xgboost::common::Sched::sched |
The documentation for this struct was generated from the following file: