ATLAS Offline Software
Loading...
Searching...
No Matches
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

namespace  lwtDev

Enumerations

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