Home
last modified time | relevance | path

Searched refs:_box_with_nms_limit_kernel (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/src/runtime/CPP/functions/
DCPPBoxWithNonMaximaSuppressionLimit.cpp112 _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()
/external/ComputeLibrary/arm_compute/runtime/CPP/functions/
DCPPBoxWithNonMaximaSuppressionLimit.h93 CPPBoxWithNonMaximaSuppressionLimitKernel _box_with_nms_limit_kernel; variable