|
Open3D (C++ API)
0.20.0
|
#include <vector>#include "open3d/ml/pytorch/TorchHelper.h"#include "open3d/ml/pytorch/pointnet/BallQueryKernel.h"#include "torch/script.h"Functions | |
| torch::Tensor | ball_query (torch::Tensor xyz, torch::Tensor center, double radius, const int64_t nsample) |
| torch::Tensor ball_query | ( | torch::Tensor | xyz, |
| torch::Tensor | center, | ||
| double | radius, | ||
| const int64_t | nsample | ||
| ) |