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