Open3D (C++ API)
|
#include "Open3D/Core/Kernel/IndexGetSet.h"
#include "Open3D/Core/Dtype.h"
#include "Open3D/Core/Kernel/UnaryEW.h"
#include "Open3D/Core/MemoryManager.h"
#include "Open3D/Core/SizeVector.h"
#include "Open3D/Core/Tensor.h"
#include "Open3D/Utility/Console.h"
Namespaces | |
open3d | |
open3d::kernel | |
Functions | |
void | open3d::kernel::IndexGet (const Tensor &src, Tensor &dst, const std::vector< Tensor > &index_tensors, const SizeVector &indexed_shape, const SizeVector &indexed_strides) |
void | open3d::kernel::IndexSet (const Tensor &src, Tensor &dst, const std::vector< Tensor > &index_tensors, const SizeVector &indexed_shape, const SizeVector &indexed_strides) |