|
| persist_type | lbann::execution_mode_to_persist_type (execution_mode m) |
| |
| std::string | lbann::to_string (persist_type pt) |
| |
| bool | lbann::write_bytes (int fd, const char *name, const void *buf, size_t size) |
| |
| bool | lbann::read_bytes (int fd, const char *name, void *buf, size_t size) |
| |
| bool | lbann::write_string (int fd, const char *name, const char *buf, size_t size) |
| |
| bool | lbann::read_string (int fd, const char *name, char *buf, size_t size) |
| |
| template<typename C > |
| void | lbann::write_cereal_archive (C &obj, const std::string &filename) |
| |
| template<typename C > |
| void | lbann::write_cereal_archive (C &obj, persist &p, const std::string &filename) |
| |
| template<typename C > |
| void | lbann::write_cereal_archive (C &obj, persist &p, persist_type pt, const std::string &suffix) |
| |
| template<typename C > |
| void | lbann::write_cereal_archive (C &obj, persist &p, execution_mode mode, const std::string &suffix) |
| |
| template<typename C > |
| void | lbann::read_cereal_archive (C &obj, const std::string &filename) |
| |
| template<typename C > |
| void | lbann::read_cereal_archive (C &obj, persist &p, const std::string &filename) |
| |
| template<typename C > |
| void | lbann::read_cereal_archive (C &obj, persist &p, persist_type pt, const std::string &suffix) |
| |
| template<typename C > |
| void | lbann::read_cereal_archive (C &obj, persist &p, execution_mode mode, const std::string &suffix) |
| |
| template<typename C > |
| std::string | lbann::create_cereal_archive_binary_string (C &obj) |
| |
| template<typename C > |
| void | lbann::unpack_cereal_archive_binary_string (C &obj, const std::string &buf) |
| |
| template<typename C > |
| void | lbann::load_from_shared_cereal_archive (C &obj, lbann_comm &comm, const std::string &filename) |
| |
| template<typename C > |
| void | lbann::load_from_shared_cereal_archive (C &obj, persist &p, lbann_comm &comm, const std::string &filename) |
| |
| template<typename C > |
| void | lbann::load_from_shared_cereal_archive (C &obj, persist &p, persist_type pt, lbann_comm &comm, const std::string &suffix) |
| |
| template<typename C > |
| void | lbann::load_from_shared_cereal_archive (C &obj, persist &p, execution_mode mode, lbann_comm &comm, const std::string &suffix) |
| |
| | lbann::PROTO (float) |
| |
| | lbann::PROTO (double) |
| |