mirror of
https://github.com/wassname/Pointnet2_PyTorch.git
synced 2026-06-27 16:00:07 +08:00
5 lines
176 B
C
5 lines
176 B
C
|
|
int ball_query_wrapper(int b, int n, int m, float radius, int nsample,
|
|
THCudaTensor *new_xyz_tensor, THCudaTensor *xyz_tensor,
|
|
THCudaIntTensor *idx_tensor);
|