mirror of
https://github.com/wassname/Pointnet2_PyTorch.git
synced 2026-06-27 16:00:07 +08:00
8 lines
357 B
C
8 lines
357 B
C
int group_points_wrapper(int b, int c, int n, int npoints, int nsample,
|
|
THCudaTensor *points_tensor,
|
|
THCudaIntTensor *idx_tensor, THCudaTensor *out);
|
|
int group_points_grad_wrapper(int b, int c, int n, int npoints, int nsample,
|
|
THCudaTensor *grad_out_tensor,
|
|
THCudaIntTensor *idx_tensor,
|
|
THCudaTensor *grad_points_tensor);
|