33 #ifdef BUILD_CUDA_MODULE 34 void IoUBevCUDAKernel(
const float *boxes_a,
52 void IoU3dCUDAKernel(
const float *boxes_a,
Definition: PinholeCameraIntrinsic.cpp:35
void IoU3dCPUKernel(const float *boxes_a, const float *boxes_b, float *iou, int num_a, int num_b)
Definition: IoU.cpp:52
void IoUBevCPUKernel(const float *boxes_a, const float *boxes_b, float *iou, int num_a, int num_b)
Definition: IoU.cpp:37