Searched refs:DoNMS (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/image/ |
D | non_max_suppression_op.cu.cc | 408 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()
|