◆ NumpyArray() [1/2]
open3d::t::io::NumpyArray::NumpyArray |
( |
const core::Tensor & |
t | ) |
|
|
inline |
◆ NumpyArray() [2/2]
open3d::t::io::NumpyArray::NumpyArray |
( |
const core::SizeVector & |
shape, |
|
|
char |
type, |
|
|
int64_t |
word_size, |
|
|
bool |
fortran_order |
|
) |
| |
|
inline |
◆ GetDataPtr() [1/2]
template<typename T >
T* open3d::t::io::NumpyArray::GetDataPtr |
( |
| ) |
|
|
inline |
◆ GetDataPtr() [2/2]
template<typename T >
const T* open3d::t::io::NumpyArray::GetDataPtr |
( |
| ) |
const |
|
inline |
◆ GetDtype()
core::Dtype open3d::t::io::NumpyArray::GetDtype |
( |
| ) |
const |
|
inline |
◆ GetShape()
◆ IsFortranOrder()
bool open3d::t::io::NumpyArray::IsFortranOrder |
( |
| ) |
const |
|
inline |
◆ NumBytes()
int64_t open3d::t::io::NumpyArray::NumBytes |
( |
| ) |
const |
|
inline |
◆ NumElements()
int64_t open3d::t::io::NumpyArray::NumElements |
( |
| ) |
const |
|
inline |
◆ Save()
void open3d::t::io::NumpyArray::Save |
( |
std::string |
file_name | ) |
const |
|
inline |
◆ ToTensor()
The documentation for this class was generated from the following file: