A minimalistic class that reference a Tensor.
More...
#include <Indexer.h>
A minimalistic class that reference a Tensor.
◆ TensorRef() [1/2]
open3d::TensorRef::TensorRef |
( |
| ) |
|
|
inline |
◆ TensorRef() [2/2]
open3d::TensorRef::TensorRef |
( |
const Tensor & |
t | ) |
|
|
inline |
◆ operator!=()
bool open3d::TensorRef::operator!= |
( |
const TensorRef & |
other | ) |
const |
|
inline |
◆ operator==()
bool open3d::TensorRef::operator== |
( |
const TensorRef & |
other | ) |
const |
|
inline |
◆ Permute()
void open3d::TensorRef::Permute |
( |
const SizeVector & |
dims | ) |
|
|
inline |
◆ byte_strides_
int64_t open3d::TensorRef::byte_strides_[MAX_DIMS] |
◆ data_ptr_
void* open3d::TensorRef::data_ptr_ |
◆ dtype_byte_size_
int64_t open3d::TensorRef::dtype_byte_size_ = 0 |
◆ ndims_
int64_t open3d::TensorRef::ndims_ = 0 |
◆ shape_
int64_t open3d::TensorRef::shape_[MAX_DIMS] |
The documentation for this struct was generated from the following file:
- /home/yixing/repo/Open3D/src/Open3D/Core/Indexer.h