openpose-usr / usr /local /include /openpose /gpu /enumClasses.hpp
camenduru's picture
thanks to openpose ❤
7fc5a59
Raw
History Blame Contribute Delete
258 Bytes
#ifndef OPENPOSE_GPU_ENUM_CLASSES_HPP
#define OPENPOSE_GPU_ENUM_CLASSES_HPP
namespace op
{
enum class GpuMode : unsigned char
{
Cuda = 0,
OpenCL = 1,
NoGpu = 2,
Size,
};
}
#endif // OPENPOSE_GPU_ENUM_CLASSES_HPP