Open3D (C++ API)  0.20.0
Loading...
Searching...
No Matches
Namespaces | Functions
IoUSYCL.cpp File Reference

(d32b4fc (Mon Sep 14 15:46:25 2026 -0700))

#include "open3d/core/ParallelFor.h"
#include "open3d/core/SYCLContext.h"
#include "open3d/ml/contrib/IoU.h"
#include "open3d/ml/contrib/IoUImpl.h"

Namespaces

namespace  open3d
 
namespace  open3d::ml
 
namespace  open3d::ml::contrib
 

Functions

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)