|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include "lbann/layers/data_type_layer.hpp"#include "lbann/layers/layer.hpp"#include "lbann/proto/datatype.pb.h"Go to the source code of this file.
Namespaces | |
| lbann | |
Typedefs | |
| typedef Layer *(* | lbann::external_layer_setup_t) (lbann_data::DataType datatype, data_layout layout, El::Device device, lbann_comm *comm) |
Functions | |
| external_layer_setup_t | lbann::load_external_library (const std::string &filename, const std::string &layer_name) |
| Create layer from an external library. More... | |