Open3D (C++ API)
0.17.0
|
Go to the source code of this file.
Namespaces | |
open3d | |
open3d::t | |
open3d::t::io | |
Functions | |
core::Tensor | open3d::t::io::ReadNpy (const std::string &file_name) |
void | open3d::t::io::WriteNpy (const std::string &file_name, const core::Tensor &tensor) |
std::unordered_map< std::string, core::Tensor > | open3d::t::io::ReadNpz (const std::string &file_name) |
void | open3d::t::io::WriteNpz (const std::string &file_name, const std::unordered_map< std::string, core::Tensor > &tensor_map) |