Searched refs:box_min (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_transfer_queue.c | 119 int box_min; in transfer_overlap() local 123 box_min_max(box, dim, &box_min, &box_max); in transfer_overlap() 127 if (xfer_min > box_max || xfer_max < box_min) in transfer_overlap() 131 if (xfer_min >= box_max || xfer_max <= box_min) in transfer_overlap()
|
/third_party/mindspore/tests/st/model_zoo_tests/yolov3/src/ |
D | yolov3.py | 708 box_min = box_yx - box_hw / 2.0 710 boxes = P.Concat(-1)((box_min[:, :, :, :, 0:1], 711 box_min[:, :, :, :, 1:2],
|