Searched refs:_iou_threshold (Results 1 – 3 of 3) sorted by relevance
58 …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()
92 float _iou_threshold; variable
1091 _iou_threshold(), in DetectionPostProcessLayerInfo()1116 _iou_threshold(iou_threshold), in _max_detections()1147 return _iou_threshold; in iou_threshold()1193 float _iou_threshold; variable