OpenPose  1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
enumClasses.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_GPU_ENUM_CLASSES_HPP
2 #define OPENPOSE_GPU_ENUM_CLASSES_HPP
3 
4 namespace op
5 {
6  enum class GpuMode : unsigned char
7  {
8  Cuda = 0,
9  OpenCL = 1,
10  NoGpu = 2,
11  Size,
12  };
13 }
14 
15 #endif // OPENPOSE_GPU_ENUM_CLASSES_HPP
GpuMode
Definition: enumClasses.hpp:6