/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/kernels/host/bnd_box_host.hpp Source File#
2 min read time
Applies to Linux
bnd_box_host.hpp
Go to the documentation of this file.
34 template <bool has_alpha, typename T, typename SrcWrapper, typename DstWrapper, typename BT = detail::BaseType<T>>
__host__ static __device__ HIP_vector_type< T, 4 > fill(HIP_vector_type< T, rank > vec)
Definition: math_vector.hpp:107
__host__ static __device__ void trunc(HIP_vector_type< T, 4 > vec, HIP_vector_type< T, rank > *dst)
Definition: math_vector.hpp:136
void bndbox_kernel(SrcWrapper input, DstWrapper output, Rect_t *rects, size_t n_rects, int64_t batch, int64_t height, int64_t width)
Definition: bnd_box_host.hpp:35
Definition: non_max_suppression_helpers.hpp:26
Definition: strided_data_wrap.hpp:33
Definition: operator_types.h:115