|
Open3D (C++ API)
0.13.0
|
#include "open3d/core/hashmap/CPU/TBBHashmap.h"#include "open3d/core/hashmap/Dispatch.h"#include "open3d/core/hashmap/Hashmap.h"Namespaces | |
| open3d | |
| open3d::core | |
Functions | |
| std::shared_ptr< DeviceHashmap > | open3d::core::CreateCPUHashmap (int64_t init_capacity, const Dtype &dtype_key, const Dtype &dtype_value, const SizeVector &element_shape_key, const SizeVector &element_shape_value, const Device &device, const HashmapBackend &backend) |
| Non-templated factory. More... | |
1.8.13