ATLAS Offline Software
Public Attributes | List of all members
lwtDev::LayerConfig Struct Reference

#include <NNLayerConfig.h>

Collaboration diagram for lwtDev::LayerConfig:

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< LayerConfigsublayers
 
std::map< Component, LayerConfigcomponents
 
std::vector< EmbeddingConfigembedding
 
Architecture architecture = Architecture::NONE
 

Detailed Description

Definition at line 45 of file NNLayerConfig.h.

Member Data Documentation

◆ activation

ActivationConfig lwtDev::LayerConfig::activation

Definition at line 51 of file NNLayerConfig.h.

◆ architecture

Architecture lwtDev::LayerConfig::architecture = Architecture::NONE

Definition at line 64 of file NNLayerConfig.h.

◆ bias

std::vector<double> lwtDev::LayerConfig::bias

Definition at line 49 of file NNLayerConfig.h.

◆ components

std::map<Component, LayerConfig> lwtDev::LayerConfig::components

Definition at line 60 of file NNLayerConfig.h.

◆ embedding

std::vector<EmbeddingConfig> lwtDev::LayerConfig::embedding

Definition at line 61 of file NNLayerConfig.h.

◆ go_backwards

bool lwtDev::LayerConfig::go_backwards = false

Definition at line 53 of file NNLayerConfig.h.

◆ inner_activation

ActivationConfig lwtDev::LayerConfig::inner_activation

Definition at line 52 of file NNLayerConfig.h.

◆ merge_mode

std::string lwtDev::LayerConfig::merge_mode

Definition at line 55 of file NNLayerConfig.h.

◆ return_sequence

bool lwtDev::LayerConfig::return_sequence = false

Definition at line 54 of file NNLayerConfig.h.

◆ sublayers

std::vector<LayerConfig> lwtDev::LayerConfig::sublayers

Definition at line 59 of file NNLayerConfig.h.

◆ U

std::vector<double> lwtDev::LayerConfig::U

Definition at line 50 of file NNLayerConfig.h.

◆ weights

std::vector<double> lwtDev::LayerConfig::weights

Definition at line 48 of file NNLayerConfig.h.


The documentation for this struct was generated from the following file: