Open3D (C++ API)
|
#include "Open3D/Core/Kernel/IndexGetSet.h"
#include "Open3D/Core/AdvancedIndexing.h"
#include "Open3D/Core/Dispatch.h"
#include "Open3D/Core/Kernel/CPULauncher.h"
#include "Open3D/Core/Tensor.h"
#include "Open3D/Utility/Console.h"
Namespaces | |
open3d | |
open3d::kernel | |
Functions | |
void | open3d::kernel::IndexGetCPU (const Tensor &src, Tensor &dst, const std::vector< Tensor > &index_tensors, const SizeVector &indexed_shape, const SizeVector &indexed_strides) |
void | open3d::kernel::IndexSetCPU (const Tensor &src, Tensor &dst, const std::vector< Tensor > &index_tensors, const SizeVector &indexed_shape, const SizeVector &indexed_strides) |