Open3D (C++ API)  0.18.0+5c982c7
Namespaces | Functions
NumpyIO.h File Reference

(5c982c7 (Thu Apr 18 12:15:13 2024 -0700))

#include <string>
#include <unordered_map>
#include "open3d/core/Tensor.h"

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)