Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
DeviceHashBackend.h File Reference

Go to the source code of this file.

Data Structures

class  open3d::core::DeviceHashBackend

Namespaces

namespace  open3d
namespace  open3d::core

Functions

std::shared_ptr< DeviceHashBackendopen3d::core::CreateDeviceHashBackend (int64_t init_capacity, const Dtype &key_dtype, const SizeVector &key_element_shape, const std::vector< Dtype > &value_dtypes, const std::vector< SizeVector > &value_element_shapes, const Device &device, const HashBackendType &backend)
std::shared_ptr< DeviceHashBackendopen3d::core::CreateCPUHashBackend (int64_t init_capacity, const Dtype &key_dtype, const SizeVector &key_element_shape, const std::vector< Dtype > &value_dtypes, const std::vector< SizeVector > &value_element_shapes, const Device &device, const HashBackendType &backend)
 Non-templated factory.
std::shared_ptr< DeviceHashBackendopen3d::core::CreateCUDAHashBackend (int64_t init_capacity, const Dtype &key_dtype, const SizeVector &key_element_shape, const std::vector< Dtype > &value_dtypes, const std::vector< SizeVector > &value_element_shapes, const Device &device, const HashBackendType &backend)