"torchvision/tv_tensors/_dataset_wrapper.py" did not exist on "fc377d04a10fbfa8ee27d104dcf204c20b5c778a"
radius_cuda.h 236 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
6
7
#pragma once

#include <torch/extension.h>

torch::Tensor radius_cuda(torch::Tensor x, torch::Tensor y, torch::Tensor ptr_x,
                          torch::Tensor ptr_y, double r,
                          int64_t max_num_neighbors);