Open3D (C++ API)
Namespaces | Functions
IndexGetSet.h File Reference
#include "Open3D/Core/Tensor.h"
#include "Open3D/Utility/Console.h"

Go to the source code of this file.

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::IndexGetCPU (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)
 
void open3d::kernel::IndexSetCPU (const Tensor &src, Tensor &dst, const std::vector< Tensor > &index_tensors, const SizeVector &indexed_shape, const SizeVector &indexed_strides)