Open3D (C++ API)
0.12.0
|
Macros | |
#define | FN_PARAMETERS |
#define | CALL(type, fn) |
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) |
std::tuple< torch::Tensor, torch::Tensor, torch::Tensor > | BuildSpatialHashTable (torch::Tensor points, double radius, torch::Tensor points_row_splits, double hash_table_size_factor, int64_t max_hash_table_size) |
#define CALL | ( | type, | |
fn | |||
) |
#define FN_PARAMETERS |
std::tuple<torch::Tensor, torch::Tensor, torch::Tensor> BuildSpatialHashTable | ( | torch::Tensor | points, |
double | radius, | ||
torch::Tensor | points_row_splits, | ||
double | hash_table_size_factor, | ||
int64_t | max_hash_table_size | ||
) |
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 | ||
) |