(c3f9de2 (Tue Jun 1 15:34:27 2021 -0700))
Go to the source code of this file.
|
| std::shared_ptr< DeviceHashmap > | open3d::core::CreateDeviceHashmap (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) |
| |
| 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...
|
| |
| std::shared_ptr< DeviceHashmap > | open3d::core::CreateCUDAHashmap (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) |
| |