Open3D (C++ API)
Namespaces | Enumerations | Functions
UnaryEW.h File Reference
#include "Open3D/Core/Tensor.h"
#include "Open3D/Utility/Console.h"

Go to the source code of this file.

Namespaces

 open3d
 
 open3d::kernel
 

Enumerations

enum  open3d::kernel::UnaryEWOpCode {
  open3d::kernel::UnaryEWOpCode::Sqrt, open3d::kernel::UnaryEWOpCode::Sin, open3d::kernel::UnaryEWOpCode::Cos, open3d::kernel::UnaryEWOpCode::Neg,
  open3d::kernel::UnaryEWOpCode::Exp, open3d::kernel::UnaryEWOpCode::Abs, open3d::kernel::UnaryEWOpCode::LogicalNot
}
 

Functions

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