Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cu.cc408 Status DoNMS(OpKernelContext* context, const Tensor& boxes, in DoNMS() function
627 DoNMS(context, boxes, scores, output_size, iou_threshold_val, in Compute()
670 OP_REQUIRES_OK(context, DoNMS(context, boxes, scores, output_size, in Compute()
725 OP_REQUIRES_OK(context, DoNMS(context, boxes, scores, output_size, in Compute()