|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include "lbann/data_coordinator/data_coordinator.hpp"#include "lbann/execution_algorithms/factory.hpp"#include "lbann/execution_algorithms/kfac/execution_context.hpp"#include "lbann/execution_algorithms/sgd_execution_context.hpp"#include "lbann/execution_algorithms/training_algorithm.hpp"#include "lbann/trainers/trainer.hpp"#include "lbann/utils/cloneable.hpp"#include "lbann/utils/make_abstract.hpp"#include <google/protobuf/message.h>#include <memory>Go to the source code of this file.
Classes | |
| class | lbann::KFAC |
| An implementation of the KFAC second-order optimization algorithm. More... | |
Namespaces | |
| lbann | |
Functions | |
| template<> | |
| std::unique_ptr< lbann::KFAC > | lbann::make< lbann::KFAC > (google::protobuf::Message const &msg) |
| Build the KFAC training algorithm from a protobuf message. More... | |
| std::unique_ptr<lbann::KFAC> lbann::make< lbann::KFAC > | ( | google::protobuf::Message const & | msg | ) |
Build the KFAC training algorithm from a protobuf message.