![]() |
ATLAS Offline Software
|
#include <NNLayerConfig.h>
Public Types | |
enum | Type { Type::INPUT, Type::INPUT_SEQUENCE, Type::FEED_FORWARD, Type::CONCATENATE, Type::SEQUENCE, Type::TIME_DISTRIBUTED, Type::SUM } |
Public Attributes | |
Type | type |
std::vector< size_t > | sources |
int | index |
Definition at line 68 of file NNLayerConfig.h.
|
strong |
Enumerator | |
---|---|
INPUT | |
INPUT_SEQUENCE | |
FEED_FORWARD | |
CONCATENATE | |
SEQUENCE | |
TIME_DISTRIBUTED | |
SUM |
Definition at line 70 of file NNLayerConfig.h.
int lwtDev::NodeConfig::index |
Definition at line 75 of file NNLayerConfig.h.
std::vector<size_t> lwtDev::NodeConfig::sources |
Definition at line 74 of file NNLayerConfig.h.
Type lwtDev::NodeConfig::type |
Definition at line 73 of file NNLayerConfig.h.