Home
last modified time | relevance | path

Searched refs:soft_nms_method (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTypes.h594 NMSType soft_nms_method = NMSType::LINEAR,
596 …m(detections), _soft_nms_enabled(soft_nms_enabled), _soft_nms_method(soft_nms_method), _soft_nms_s… in _score_thresh()
621 NMSType soft_nms_method() const in soft_nms_method() function
/aosp_15_r20/external/ComputeLibrary/src/core/CPP/kernels/
H A DCPPBoxWithNonMaximaSuppressionLimitKernel.cpp92 switch(info.soft_nms_method()) in SoftNMS()