|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include <random_pairwise_exchange.hpp>
Public Member Functions | |
| CheckpointBinary (std::set< std::string > const &weights_names) | |
| CheckpointBinary (std::set< std::string > &&weights_names) | |
| std::unique_ptr< model > | get_partner_model (model const &m, El::Int partner_trainer, size_t) final |
Public Member Functions inherited from lbann::Cloneable< CheckpointBinary, RandomPairwiseExchange::ExchangeStrategy > | |
| std::unique_ptr< CheckpointBinary > | clone () const |
| Return an exception-safe, memory-safe copy of this object. More... | |
Private Types | |
| using | BaseType = Cloneable< CheckpointBinary, RandomPairwiseExchange::ExchangeStrategy > |
Definition at line 276 of file random_pairwise_exchange.hpp.
|
private |
Definition at line 280 of file random_pairwise_exchange.hpp.
| lbann::ltfb::CheckpointBinary::CheckpointBinary | ( | std::set< std::string > const & | weights_names | ) |
| lbann::ltfb::CheckpointBinary::CheckpointBinary | ( | std::set< std::string > && | weights_names | ) |
|
final |