|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include <utility>#include "lbann/callbacks/callback.hpp"#include "lbann/io/persist.hpp"#include "lbann/utils/exception.hpp"#include <google/protobuf/message.h>Go to the source code of this file.
Classes | |
| class | lbann::callback::save_model |
Namespaces | |
| lbann_data | |
| lbann | |
| lbann::callback | |
Functions | |
| std::string | lbann::callback::get_save_model_dirname (const std::string &trainer_name, const std::string &model_name, const std::string &dir) |
| std::unique_ptr< callback_base > | lbann::callback::build_save_model_callback_from_pbuf (const google::protobuf::Message &, std::shared_ptr< lbann_summary > const &) |