|
Open3D (C++ API)
0.19.0
|
#include <limits>#include "open3d/core/Dispatch.h"#include "open3d/core/Indexer.h"#include "open3d/core/SYCLContext.h"#include "open3d/core/Tensor.h"#include "open3d/core/kernel/Reduction.h"#include "open3d/utility/Logging.h"#include "open3d/utility/Parallel.h"Namespaces | |
| namespace | open3d |
| namespace | open3d::core |
| namespace | open3d::core::kernel |
Functions | |
| void | open3d::core::kernel::ReductionSYCL (const Tensor &src, Tensor &dst, const SizeVector &dims, bool keepdim, ReductionOpCode op_code) |