Searched refs:ctr_x (Results 1 – 5 of 5) sorted by relevance
58 const float ctr_x = (b0 / scale_before) + 0.5f * width; in bounding_box_transform_qsymm16() local72 const float pred_ctr_x = dx * width + ctr_x; in bounding_box_transform_qsymm16()112 const T ctr_x = (b0 / scale_before) + T(0.5f) * width; in bounding_box_transform() local126 const T pred_ctr_x = dx * width + ctr_x; in bounding_box_transform()
69 const T ctr_x = (boxes[start_box] / scale_before) + T(0.5f) * width; in bounding_box_transform() local86 const T pred_ctr_x = dx * width + ctr_x; in bounding_box_transform()
67 const float ctr_x = x1 + 0.5f * width; in generate_deltas() local70 deltas[4 * num_classes * i + 4 * j] = (ctr_x - ex_ctr_x) / ex_width; in generate_deltas()
162 const float ctr_x = xx1 + (w / 2); in NonMaximaSuppression() local166 …!info.suppress_size() || (w >= info.min_size() && h >= info.min_size() && ctr_x < info.im_width() … in NonMaximaSuppression()
101 const float ctr_x = x1 + 0.5f * width; in GeneratePreNMSUprightBoxesKernel() local102 const float pred_ctr_x = ctr_x + width * dx; // TODO fuse madd in GeneratePreNMSUprightBoxesKernel()