|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include "lbann/base.hpp"#include "lbann/execution_algorithms/execution_context.hpp"#include "lbann/execution_algorithms/factory.hpp"#include "lbann/execution_algorithms/sgd_execution_context.hpp"#include "lbann/execution_algorithms/training_algorithm.hpp"#include "lbann/utils/cloneable.hpp"#include "lbann/utils/exception.hpp"#include "lbann/utils/memory.hpp"#include "lbann/utils/timer_map.hpp"#include <google/protobuf/message.h>#include <memory>Go to the source code of this file.
Classes | |
| class | lbann::SGDTrainingAlgorithm |
| Base class for LBANN SGD-family training algorithms. More... | |
Namespaces | |
| lbann | |
Functions | |
| template<> | |
| std::unique_ptr< SGDTrainingAlgorithm > | lbann::make< SGDTrainingAlgorithm > (google::protobuf::Message const ¶ms) |