Files
Pointnet2_PyTorch/utils/cinclude/ball_query_wrapper.h
2017-12-26 18:43:17 -05:00

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);