|
Open3D (C++ API)
0.19.0
|
Dtype-dispatched factory for SYCLHashBackend. More...
#include "open3d/core/hashmap/Dispatch.h"#include "open3d/core/hashmap/HashMap.h"#include "open3d/core/hashmap/SYCL/SYCLHashBackend.h"Namespaces | |
| namespace | open3d |
| namespace | open3d::core |
Functions | |
| std::shared_ptr< DeviceHashBackend > | open3d::core::CreateSYCLHashBackend (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) |
Dtype-dispatched factory for SYCLHashBackend.