Searched refs:_box_with_nms_limit_kernel (Results 1 – 2 of 2) sorted by relevance
114 _box_with_nms_limit_kernel(), in CPPBoxWithNonMaximaSuppressionLimit()182 …_box_with_nms_limit_kernel.configure(&_scores_in_f32, &_boxes_in_f32, (batch_splits_in != nullptr)… in configure()189 …_box_with_nms_limit_kernel.configure(scores_in, boxes_in, batch_splits_in, scores_out, boxes_out, … in configure()250 Scheduler::get().schedule(&_box_with_nms_limit_kernel, Window::DimY); in run()
93 CPPBoxWithNonMaximaSuppressionLimitKernel _box_with_nms_limit_kernel; variable