xgboost
Public Types | Static Public Member Functions | Public Attributes | List of all members
xgboost::common::Sched Struct Reference

#include <threading_utils.h>

Collaboration diagram for xgboost::common::Sched:
Collaboration graph

Public Types

enum  { kAuto, kDynamic, kStatic, kGuided }
 

Static Public Member Functions

static Sched Auto ()
 
static Sched Dyn (size_t n=0)
 
static Sched Static (size_t n=0)
 
static Sched Guided ()
 

Public Attributes

enum xgboost::common::Sched:: { ... }  sched
 
size_t chunk {0}
 

Detailed Description

OpenMP schedule

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
kAuto 
kDynamic 
kStatic 
kGuided 

Member Function Documentation

◆ 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

Member Data Documentation

◆ 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: