File size: 250 Bytes
7fc5a59 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | #ifndef OPENPOSE_GPU_GPU_HPP
#define OPENPOSE_GPU_GPU_HPP
#include <openpose/core/common.hpp>
#include <openpose/gpu/enumClasses.hpp>
namespace op
{
OP_API int getGpuNumber();
OP_API GpuMode getGpuMode();
}
#endif // OPENPOSE_GPU_GPU_HPP
|