![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Helper.h>#include <Logging.h>#include <unordered_set>#include "cloudViewer/core/SizeVector.h"#include "cloudViewer/core/Tensor.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::Reduction (const Tensor &src, Tensor &dst, const SizeVector &dims, bool keepdim, ReductionOpCode op_code) |
| void | cloudViewer::core::kernel::ReductionCPU (const Tensor &src, Tensor &dst, const SizeVector &dims, bool keepdim, ReductionOpCode op_code) |
Variables | |
| static const std::unordered_set< ReductionOpCode, utility::hash_enum_class > | cloudViewer::core::kernel::s_regular_reduce_ops |
| static const std::unordered_set< ReductionOpCode, utility::hash_enum_class > | cloudViewer::core::kernel::s_arg_reduce_ops |
| static const std::unordered_set< ReductionOpCode, utility::hash_enum_class > | cloudViewer::core::kernel::s_boolean_reduce_ops |