|
| void | open3d::ml::contrib::IoUBevSYCLKernel (sycl::queue &queue, const float *boxes_a, const float *boxes_b, float *iou, int num_a, int num_b) |
| |
| void | open3d::ml::contrib::IoU3dSYCLKernel (sycl::queue &queue, const float *boxes_a, const float *boxes_b, float *iou, int num_a, int num_b) |
| |
| void | open3d::ml::contrib::IoUBevSYCLKernel (const core::Device &device, const float *boxes_a, const float *boxes_b, float *iou, int num_a, int num_b) |
| |
| void | open3d::ml::contrib::IoU3dSYCLKernel (const core::Device &device, const float *boxes_a, const float *boxes_b, float *iou, int num_a, int num_b) |
| |