Open3D (C++ API)  0.18.0+5c982c7
Namespaces | Functions
IndexGetSet.h File Reference

(5c982c7 (Thu Apr 18 12:15:13 2024 -0700))

#include "open3d/core/Tensor.h"
#include "open3d/utility/Logging.h"

Go to the source code of this file.

Namespaces

 open3d
 
 open3d::core
 
 open3d::core::kernel
 

Functions

void open3d::core::kernel::IndexGet (const Tensor &src, Tensor &dst, const std::vector< Tensor > &index_tensors, const SizeVector &indexed_shape, const SizeVector &indexed_strides)
 
void open3d::core::kernel::IndexGetCPU (const Tensor &src, Tensor &dst, const std::vector< Tensor > &index_tensors, const SizeVector &indexed_shape, const SizeVector &indexed_strides)
 
void open3d::core::kernel::IndexSet (const Tensor &src, Tensor &dst, const std::vector< Tensor > &index_tensors, const SizeVector &indexed_shape, const SizeVector &indexed_strides)
 
void open3d::core::kernel::IndexSetCPU (const Tensor &src, Tensor &dst, const std::vector< Tensor > &index_tensors, const SizeVector &indexed_shape, const SizeVector &indexed_strides)