"vscode:/vscode.git/clone" did not exist on "8fb2bc8cb318a415877a8da7769448696180684e"
radius_cuda.h 296 Bytes
Newer Older
quyuanhao123's avatar
quyuanhao123 committed
1
2
3
4
5
6
7
8
#pragma once

#include <torch/extension.h>

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