/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/kernels/common/non_max_suppression_helpers.hpp Source File#
3 min read time
Applies to Linux
non_max_suppression_helpers.hpp
Go to the documentation of this file.
Definition: non_max_suppression_helpers.hpp:26
__device__ __host__ float ComputeArea(const short4 &box)
Definition: non_max_suppression_helpers.hpp:27
__device__ __host__ float ComputeIoU(const short4 &boxA, const short4 &boxB)
Definition: non_max_suppression_helpers.hpp:29