Open3D (C++ API)
|
Data Structures | |
class | AdvancedIndexer |
class | AdvancedIndexPreprocessor |
This class is based on PyTorch's aten/src/ATen/native/Indexing.cpp. More... | |
class | Blob |
class | CPUMemoryManager |
class | Device |
class | DeviceMemoryManager |
class | DtypeUtil |
struct | FunctionTraits |
class | Indexer |
class | IndexerIterator |
class | MemoryManager |
class | NoneType |
struct | OffsetCalculator |
class | SizeVector |
struct | SmallArray |
class | Tensor |
class | TensorIterator |
class | TensorKey |
class | TensorList |
struct | TensorRef |
A minimalistic class that reference a Tensor. More... | |
Enumerations | |
enum | Dtype { Dtype::Undefined, Dtype::Float32, Dtype::Float64, Dtype::Int32, Dtype::Int64, Dtype::UInt8, Dtype::Bool } |
enum | DtypePolicy { DtypePolicy::NONE, DtypePolicy::ALL_SAME, DtypePolicy::INPUT_SAME, DtypePolicy::INPUT_SAME_OUTPUT_BOOL } |
Functions | |
BENCHMARK (ReductionCPU) -> Unit(benchmark::kMillisecond) | |
SizeVector | InferShape (SizeVector shape, int64_t num_elements) |
template<typename T > | |
Tensor | operator+ (T scalar_lhs, const Tensor &rhs) |
template<typename T > | |
Tensor | operator- (T scalar_lhs, const Tensor &rhs) |
template<typename T > | |
Tensor | operator* (T scalar_lhs, const Tensor &rhs) |
template<typename T > | |
Tensor | operator/ (T scalar_lhs, const Tensor &rhs) |
void | PrintOpen3DVersion () |
Variables | |
NoneType | None |
|
strong |
|
strong |
open3d::BENCHMARK | ( | ReductionCPU | ) | -> Unit(benchmark::kMillisecond) |
|
inline |
void open3d::PrintOpen3DVersion | ( | ) |
NoneType open3d::None |