/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/op_non_max_suppression.hpp Source File#
2 min read time
Applies to Linux
op_non_max_suppression.hpp
Go to the documentation of this file.
95 void operator()(hipStream_t stream, const Tensor& input, const Tensor& output, const Tensor& scores,
Class for managing the NMS operator.
Definition: op_non_max_suppression.hpp:35
NonMaximumSuppression()
Construct a new Op Non Max Suppression object.
Definition: op_non_max_suppression.hpp:41
void operator()(hipStream_t stream, const Tensor &input, const Tensor &output, const Tensor &scores, float scoreThreshold, float iouThreshold, const eDeviceType device=eDeviceType::GPU) const
Executes the Non-Maximum Suppression operation. This object performs Non-Maximum Suppression on bound...
~NonMaximumSuppression()
Destroy the Op Non Max Suppression object.
Definition: op_non_max_suppression.hpp:47
Definition: tensor.hpp:37
Definition: strided_data_wrap.hpp:33
eDeviceType
Describes the device type. Used to determine where Tensor data should be allocated and whether operat...
Definition: util_enums.h:69
@ GPU