Home
last modified time | relevance | path

Searched refs:_iou_threshold (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/CPP/kernels/
H A DCPPNonMaximumSuppressionKernel.cpp58 …output_indices(nullptr), _max_output_size(0), _score_threshold(0.f), _iou_threshold(0.f), _num_box… in CPPNonMaximumSuppressionKernel()
74 _iou_threshold = iou_threshold; in configure()
186 if(overlap > _iou_threshold) in run()
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/CPP/kernels/
H A DCPPNonMaximumSuppressionKernel.h92 float _iou_threshold; variable
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTypes.h1091 _iou_threshold(), in DetectionPostProcessLayerInfo()
1116 _iou_threshold(iou_threshold), in _max_detections()
1147 return _iou_threshold; in iou_threshold()
1193 float _iou_threshold; variable