nndeploy C++ API  0.2.0
nndeploy C++ API
Macros
openmp.h File Reference
#include "nndeploy/base/macro.h"
Include dependency graph for openmp.h:

Go to the source code of this file.

Macros

#define NNDEPLOY_OPENMP_CORES_   (1)
 
#define NNDEPLOY_OPENMP_MAX_THREADS_NUM_   (1)
 
#define NNDEPLOY_OPENMP_PARALLEL_FOR_
 
#define NNDEPLOY_OPENMP_PARALLEL_FOR_COLLAPSE_(t)
 
#define NNDEPLOY_OPENMP_PARALLEL_FOR_DYNAMIC_
 
#define NNDEPLOY_OPENMP_PARALLEL_FOR_GUIDED_
 
#define NNDEPLOY_OPENMP_PARALLEL_SECTIONS_
 
#define NNDEPLOY_OPENMP_SECTION_
 
#define NNDEPLOY_OPENMP_SET_THREADS_(t)
 
#define NNDEPLOY_OPENMP_TID_   (0)
 

Macro Definition Documentation

◆ NNDEPLOY_OPENMP_CORES_

#define NNDEPLOY_OPENMP_CORES_   (1)

Definition at line 35 of file openmp.h.

◆ NNDEPLOY_OPENMP_MAX_THREADS_NUM_

#define NNDEPLOY_OPENMP_MAX_THREADS_NUM_   (1)

Definition at line 36 of file openmp.h.

◆ NNDEPLOY_OPENMP_PARALLEL_FOR_

#define NNDEPLOY_OPENMP_PARALLEL_FOR_

Definition at line 29 of file openmp.h.

◆ NNDEPLOY_OPENMP_PARALLEL_FOR_COLLAPSE_

#define NNDEPLOY_OPENMP_PARALLEL_FOR_COLLAPSE_ (   t)

Definition at line 32 of file openmp.h.

◆ NNDEPLOY_OPENMP_PARALLEL_FOR_DYNAMIC_

#define NNDEPLOY_OPENMP_PARALLEL_FOR_DYNAMIC_

Definition at line 31 of file openmp.h.

◆ NNDEPLOY_OPENMP_PARALLEL_FOR_GUIDED_

#define NNDEPLOY_OPENMP_PARALLEL_FOR_GUIDED_

Definition at line 30 of file openmp.h.

◆ NNDEPLOY_OPENMP_PARALLEL_SECTIONS_

#define NNDEPLOY_OPENMP_PARALLEL_SECTIONS_

Definition at line 34 of file openmp.h.

◆ NNDEPLOY_OPENMP_SECTION_

#define NNDEPLOY_OPENMP_SECTION_

Definition at line 33 of file openmp.h.

◆ NNDEPLOY_OPENMP_SET_THREADS_

#define NNDEPLOY_OPENMP_SET_THREADS_ (   t)

Definition at line 38 of file openmp.h.

◆ NNDEPLOY_OPENMP_TID_

#define NNDEPLOY_OPENMP_TID_   (0)

Definition at line 37 of file openmp.h.