#pragma once #include <torch/extension.h>
torch::Tensor radius_cpu(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, int64_t num_workers);