aboutsummaryrefslogtreecommitdiffstats
path: root/anime-face-detector/nms/gpu_nms.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'anime-face-detector/nms/gpu_nms.hpp')
-rw-r--r--anime-face-detector/nms/gpu_nms.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/anime-face-detector/nms/gpu_nms.hpp b/anime-face-detector/nms/gpu_nms.hpp
new file mode 100644
index 0000000..68b6d42
--- /dev/null
+++ b/anime-face-detector/nms/gpu_nms.hpp
@@ -0,0 +1,2 @@
+void _nms(int* keep_out, int* num_out, const float* boxes_host, int boxes_num,
+ int boxes_dim, float nms_overlap_thresh, int device_id);