File size: 222 Bytes
7fc5a59 | 1 2 3 4 5 6 7 8 9 10 | #ifndef OPENPOSE_GPU_HEADERS_HPP
#define OPENPOSE_GPU_HEADERS_HPP
// gpu module
#include <openpose/gpu/cuda.hpp>
#include <openpose/gpu/enumClasses.hpp>
#include <openpose/gpu/gpu.hpp>
#endif // OPENPOSE_GPU_HEADERS_HPP
|