Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
camenduru
/
openpose-usr
like
0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
openpose-usr
/
usr
/
local
/
include
/
openpose
/
gpu
/
enumClasses.hpp
camenduru
thanks to openpose ❤
7fc5a59
over 2 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
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