|
Open3D (C++ API)
0.18.0+252c867
|
#include "open3d/core/nns/FixedRadiusSearchImpl.h"#include "open3d/ml/pytorch/TorchHelper.h"#include "torch/script.h"Macros | |
| #define | INSTANTIATE(T) |
Functions | |
| template<class T > | |
| void | BuildSpatialHashTableCPU (const torch::Tensor &points, double radius, const torch::Tensor &points_row_splits, const std::vector< uint32_t > &hash_table_splits, torch::Tensor &hash_table_index, torch::Tensor &hash_table_cell_splits) |
| #define INSTANTIATE | ( | T | ) |
| void BuildSpatialHashTableCPU | ( | const torch::Tensor & | points, |
| double | radius, | ||
| const torch::Tensor & | points_row_splits, | ||
| const std::vector< uint32_t > & | hash_table_splits, | ||
| torch::Tensor & | hash_table_index, | ||
| torch::Tensor & | hash_table_cell_splits | ||
| ) |