ATLAS Offline Software
Classes | Namespaces | Enumerations
NNLayerConfig.h File Reference
#include <vector>
#include <map>
#include <string>
Include dependency graph for NNLayerConfig.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  lwtDev::EmbeddingConfig
 
struct  lwtDev::ActivationConfig
 
struct  lwtDev::LayerConfig
 
struct  lwtDev::NodeConfig
 

Namespaces

 lwtDev
 

Enumerations

enum  lwtDev::Activation {
  lwtDev::Activation::NONE, lwtDev::Activation::LINEAR, lwtDev::Activation::SIGMOID, lwtDev::Activation::RECTIFIED,
  lwtDev::Activation::SOFTMAX, lwtDev::Activation::TANH, lwtDev::Activation::HARD_SIGMOID, lwtDev::Activation::ELU,
  lwtDev::Activation::LEAKY_RELU, lwtDev::Activation::SWISH, lwtDev::Activation::ABS
}
 
enum  lwtDev::Architecture {
  lwtDev::Architecture::NONE, lwtDev::Architecture::DENSE, lwtDev::Architecture::NORMALIZATION, lwtDev::Architecture::MAXOUT,
  lwtDev::Architecture::HIGHWAY, lwtDev::Architecture::LSTM, lwtDev::Architecture::GRU, lwtDev::Architecture::BIDIRECTIONAL,
  lwtDev::Architecture::EMBEDDING
}
 
enum  lwtDev::Component {
  lwtDev::Component::I, lwtDev::Component::O, lwtDev::Component::C, lwtDev::Component::F,
  lwtDev::Component::Z, lwtDev::Component::R, lwtDev::Component::H, lwtDev::Component::T,
  lwtDev::Component::CARRY
}