|
| size_t | getSize (const File &file, const std::string &path) |
| |
| std::vector< size_t > | getShape (const File &file, const std::string &path) |
| |
| template<class T > |
| DataSet | dump (File &file, const std::string &path, const T &data, const DumpOptions &options) |
| |
| template<class T > |
| DataSet | dump (File &file, const std::string &path, const T &data, DumpMode mode) |
| |
| template<class T > |
| DataSet | dump (File &file, const std::string &path, const T &data, const std::vector< size_t > &idx, const DumpOptions &options) |
| |
| template<class T > |
| DataSet | dump (File &file, const std::string &path, const T &data, const std::initializer_list< size_t > &idx, const DumpOptions &options) |
| |
| template<class T > |
| DataSet | dump (File &file, const std::string &path, const T &data, const std::vector< size_t > &idx) |
| |
| template<class T > |
| DataSet | dump (File &file, const std::string &path, const T &data, const std::initializer_list< size_t > &idx) |
| |
| template<class T > |
| T | load (const File &file, const std::string &path, const std::vector< size_t > &idx) |
| |
| template<class T > |
| T | load (const File &file, const std::string &path) |
| |
| template<class T > |
| Attribute | dumpAttribute (File &file, const std::string &path, const std::string &key, const T &data, DumpMode mode) |
| |
| template<class T > |
| Attribute | dumpAttribute (File &file, const std::string &path, const std::string &key, const T &data, const DumpOptions &options) |
| |
| template<class T > |
| T | loadAttribute (const File &file, const std::string &path, const std::string &key) |
| |