14 #ifdef BUILD_CUDA_MODULE
21 void IoUBevCUDAKernel(
const float *boxes_a,
32 void IoU3dCUDAKernel(
const float *boxes_a,
void IoUBevCPUKernel(const float *boxes_a, const float *boxes_b, float *iou, int num_a, int num_b)
Definition: IoU.cpp:18
void IoU3dCPUKernel(const float *boxes_a, const float *boxes_b, float *iou, int num_a, int num_b)
Definition: IoU.cpp:33
Definition: PinholeCameraIntrinsic.cpp:16