SHOGUN  v3.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
Parallel Class Reference

Detailed Description

Class Parallel provides helper functions for multithreading.

For example it can be used to determine the number of CPU cores in your computer and is the place where you define the number of CPUs that shall be used in computations.

Definition at line 27 of file Parallel.h.

Public Member Functions

 Parallel ()
 Parallel (const Parallel &orig)
virtual ~Parallel ()
int32_t get_num_cpus () const
void set_num_threads (int32_t n)
int32_t get_num_threads () const
int32_t ref ()
int32_t ref_count () const
int32_t unref ()

Constructor & Destructor Documentation

Parallel ( )

constructor

Definition at line 24 of file Parallel.cpp.

Parallel ( const Parallel orig)

copy constructor

Definition at line 30 of file Parallel.cpp.

~Parallel ( )
virtual

destructor

Definition at line 36 of file Parallel.cpp.

Member Function Documentation

int32_t get_num_cpus ( ) const

get num of cpus

Returns
number of CPUs

Definition at line 41 of file Parallel.cpp.

int32_t get_num_threads ( ) const

get number of threads

Returns
number of threads

Definition at line 62 of file Parallel.cpp.

int32_t ref ( )

ref

Returns
current ref counter

Definition at line 67 of file Parallel.cpp.

int32_t ref_count ( ) const

get ref count

Returns
current ref counter

Definition at line 72 of file Parallel.cpp.

void set_num_threads ( int32_t  n)

set number of threads

Parameters
nnumber of threads

Definition at line 54 of file Parallel.cpp.

int32_t unref ( )

unref

Returns
current ref counter

Definition at line 77 of file Parallel.cpp.


The documentation for this class was generated from the following files:

SHOGUN Machine Learning Toolbox - Documentation