![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "cloudViewer/core/AdvancedIndexing.h"#include "cloudViewer/core/Dispatch.h"#include "cloudViewer/core/SYCLContext.h"#include "cloudViewer/core/Tensor.h"#include "cloudViewer/core/kernel/IndexGetSet.h"
Go to the source code of this file.
Namespaces | |
| cloudViewer | |
| Generic file read and write utility for python interface. | |
| cloudViewer::core | |
| cloudViewer::core::kernel | |
Functions | |
| void | cloudViewer::core::kernel::IndexGetSYCL (const Tensor &src, Tensor &dst, const std::vector< Tensor > &index_tensors, const SizeVector &indexed_shape, const SizeVector &indexed_strides) |
| void | cloudViewer::core::kernel::IndexSetSYCL (const Tensor &src, Tensor &dst, const std::vector< Tensor > &index_tensors, const SizeVector &indexed_shape, const SizeVector &indexed_strides) |