|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include "lbann/base.hpp"#include "lbann/detect_El_mpi.hpp"#include "lbann/io/persist.hpp"#include "lbann/proto/lbann.pb.h"#include "lbann/utils/hash.hpp"#include "lbann/utils/threads/thread_pool.hpp"#include <memory>#include <string>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| class | lbann::trainer |
| User-facing class that represents a set of compute resources. More... | |
Namespaces | |
| lbann | |
Functions | |
| trainer & | lbann::get_trainer () |
| Get a reference to the global trainer visible to this rank. More... | |
| trainer const & | lbann::get_const_trainer () |
| Get a const reference to the global trainer visible to this rank. More... | |