Loading [MathJax]/extensions/TeX/AMSsymbols.js
Open3D (C++ API)  0.16.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Enumerations | Functions
UnaryEW.h File Reference

(ea1a263 (Fri Oct 14 12:27:59 2022 -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
 

Enumerations

enum  open3d::core::kernel::UnaryEWOpCode {
  open3d::core::kernel::UnaryEWOpCode::Sqrt, open3d::core::kernel::UnaryEWOpCode::Sin, open3d::core::kernel::UnaryEWOpCode::Cos, open3d::core::kernel::UnaryEWOpCode::Neg,
  open3d::core::kernel::UnaryEWOpCode::Exp, open3d::core::kernel::UnaryEWOpCode::Abs, open3d::core::kernel::UnaryEWOpCode::IsNan, open3d::core::kernel::UnaryEWOpCode::IsInf,
  open3d::core::kernel::UnaryEWOpCode::IsFinite, open3d::core::kernel::UnaryEWOpCode::Floor, open3d::core::kernel::UnaryEWOpCode::Ceil, open3d::core::kernel::UnaryEWOpCode::Round,
  open3d::core::kernel::UnaryEWOpCode::Trunc, open3d::core::kernel::UnaryEWOpCode::LogicalNot
}
 

Functions

void open3d::core::kernel::UnaryEW (const Tensor &src, Tensor &dst, UnaryEWOpCode op_code)
 
void open3d::core::kernel::UnaryEWCPU (const Tensor &src, Tensor &dst, UnaryEWOpCode op_code)
 
void open3d::core::kernel::Copy (const Tensor &src, Tensor &dst)
 
void open3d::core::kernel::CopyCPU (const Tensor &src, Tensor &dst)