|
Open3D (C++ API)
0.18.0+252c867
|
#include "open3d/core/Dispatch.h"#include "open3d/core/Indexer.h"#include "open3d/core/Tensor.h"#include "open3d/utility/Logging.h"Namespaces | |
| open3d | |
| open3d::core | |
| open3d::core::kernel | |
Functions | |
| template<typename func_t > | |
| void | open3d::core::kernel::LaunchIndexReductionKernel (int64_t dim, const Device &device, const Tensor &index, const Tensor &src, Tensor &dst, const func_t &element_kernel) |
| void | open3d::core::kernel::IndexAddCPU_ (int64_t dim, const Tensor &index, const Tensor &src, Tensor &dst) |