(313315d (Wed Dec 23 23:39:47 2020 -0800))
Go to the source code of this file.
|
std::shared_ptr< DefaultDeviceHashmap > | open3d::core::CreateDefaultDeviceHashmap (int64_t init_buckets, int64_t init_capacity, int64_t dsize_key, int64_t dsize_value, const Device &device) |
|
std::shared_ptr< DefaultDeviceHashmap > | open3d::core::CreateDefaultCPUHashmap (int64_t init_buckets, int64_t init_capacity, int64_t dsize_key, int64_t dsize_value, const Device &device) |
| Non-templated factory. More...
|
|
std::shared_ptr< DefaultDeviceHashmap > | open3d::core::CreateDefaultCUDAHashmap (int64_t init_buckets, int64_t init_capacity, int64_t dsize_key, int64_t dsize_value, const Device &device) |
|