Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
camenduru
/
openpose-usr
like
0
Model card
Files
Files and versions
xet
Community
main
openpose-usr
/
usr
/
local
/
include
/
openpose
/
gpu
/
enumClasses.hpp
camenduru
thanks to openpose ❤
7fc5a59
about 2 years ago
raw
Copy download link
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