|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
This is the complete list of members for lbann::LTFB, including all inherited members.
| apply(ExecutionContext &context, model &m, data_coordinator &dc, execution_mode mode) final | lbann::LTFB | virtual |
| lbann::TrainingAlgorithm::apply(model &model, data_coordinator &dc) | lbann::TrainingAlgorithm | inline |
| do_get_new_execution_context() const final | lbann::LTFB | inlineprotectedvirtual |
| ExeContextType typedef | lbann::LTFB | |
| get_name() const noexcept | lbann::TrainingAlgorithm | |
| get_new_execution_context() const | lbann::TrainingAlgorithm | inline |
| get_type() const final | lbann::LTFB | inlinevirtual |
| LTFB(std::string name, std::unique_ptr< TrainingAlgorithm > local_training_algorithm, std::unique_ptr< ltfb::MetaLearningStrategy > meta_learning_strategy, ltfb::LTFBTerminationCriteria stopping_criteria, bool suppress_timer) | lbann::LTFB | inline |
| LTFB(LTFB const &other)=delete | lbann::LTFB | |
| LTFB(LTFB &&)=default | lbann::LTFB | |
| m_local_algo | lbann::LTFB | private |
| m_meta_learning_strategy | lbann::LTFB | private |
| m_suppress_timer | lbann::LTFB | private |
| m_termination_criteria | lbann::LTFB | private |
| operator=(LTFB const &)=delete | lbann::LTFB | |
| operator=(LTFB &&)=default | lbann::LTFB | |
| lbann::TrainingAlgorithm::operator=(const TrainingAlgorithm &other)=delete | lbann::TrainingAlgorithm | protected |
| lbann::TrainingAlgorithm::operator=(TrainingAlgorithm &&other)=default | lbann::TrainingAlgorithm | protected |
| setup_models(std::vector< observer_ptr< model >> const &models, size_t max_mini_batch_size, const std::vector< El::Grid *> &grids) | lbann::TrainingAlgorithm | |
| TermCriteriaType typedef | lbann::LTFB | |
| TrainingAlgorithm(std::string name) | lbann::TrainingAlgorithm | |
| TrainingAlgorithm(const TrainingAlgorithm &other)=delete | lbann::TrainingAlgorithm | protected |
| TrainingAlgorithm(TrainingAlgorithm &&other)=default | lbann::TrainingAlgorithm | protected |
| ~LTFB() noexcept=default | lbann::LTFB | |
| ~TrainingAlgorithm()=default | lbann::TrainingAlgorithm | virtual |