ATLAS Offline Software
|
#include <NNLayerConfig.h>
Public Attributes | |
std::vector< double > | weights |
std::vector< double > | bias |
std::vector< double > | U |
ActivationConfig | activation |
ActivationConfig | inner_activation |
bool | go_backwards = false |
bool | return_sequence = false |
std::string | merge_mode |
std::vector< LayerConfig > | sublayers |
std::map< Component, LayerConfig > | components |
std::vector< EmbeddingConfig > | embedding |
Architecture | architecture = Architecture::NONE |
Definition at line 45 of file NNLayerConfig.h.
ActivationConfig lwtDev::LayerConfig::activation |
Definition at line 51 of file NNLayerConfig.h.
Architecture lwtDev::LayerConfig::architecture = Architecture::NONE |
Definition at line 64 of file NNLayerConfig.h.
std::vector<double> lwtDev::LayerConfig::bias |
Definition at line 49 of file NNLayerConfig.h.
std::map<Component, LayerConfig> lwtDev::LayerConfig::components |
Definition at line 60 of file NNLayerConfig.h.
std::vector<EmbeddingConfig> lwtDev::LayerConfig::embedding |
Definition at line 61 of file NNLayerConfig.h.
bool lwtDev::LayerConfig::go_backwards = false |
Definition at line 53 of file NNLayerConfig.h.
ActivationConfig lwtDev::LayerConfig::inner_activation |
Definition at line 52 of file NNLayerConfig.h.
std::string lwtDev::LayerConfig::merge_mode |
Definition at line 55 of file NNLayerConfig.h.
bool lwtDev::LayerConfig::return_sequence = false |
Definition at line 54 of file NNLayerConfig.h.
std::vector<LayerConfig> lwtDev::LayerConfig::sublayers |
Definition at line 59 of file NNLayerConfig.h.
std::vector<double> lwtDev::LayerConfig::U |
Definition at line 50 of file NNLayerConfig.h.
std::vector<double> lwtDev::LayerConfig::weights |
Definition at line 48 of file NNLayerConfig.h.