Searched refs:_nms (Results 1 – 3 of 3) sorted by relevance
212 …: _memory_group(std::move(memory_manager)), _nms(), _input_box_encoding(nullptr), _input_scores(nu… in CPPDetectionPostProcessLayer()263 …_nms.configure(&_decoded_boxes, &_class_scores, &_selected_indices, info.use_regular_nms() ? info.… in configure()340 _nms.run(); in run()413 _nms.run(); in run()
91 CPPNonMaximumSuppression _nms; variable
596 …: _score_thresh(score_thresh), _nms(nms), _detections_per_im(detections), _soft_nms_enabled(soft_n… in _score_thresh()608 return _nms; in nms()658 float _nms; variable