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, 0 insertions, 2 deletions
diff --git a/anime-face-detector/nms/gpu_nms.hpp b/anime-face-detector/nms/gpu_nms.hpp
deleted file mode 100644
index 68b6d42..0000000
--- a/anime-face-detector/nms/gpu_nms.hpp
+++ /dev/null
@@ -1,2 +0,0 @@
-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);