ATLAS Offline Software
|
#include <lightweight_network_config.h>
Public Attributes | |
std::vector< InputNodeConfig > | inputs |
std::vector< InputNodeConfig > | input_sequences |
std::vector< NodeConfig > | nodes |
std::map< std::string, OutputNodeConfig > | outputs |
std::vector< LayerConfig > | layers |
Definition at line 57 of file lightweight_network_config.h.
std::vector<InputNodeConfig> lwtDev::GraphConfig::input_sequences |
Definition at line 60 of file lightweight_network_config.h.
std::vector<InputNodeConfig> lwtDev::GraphConfig::inputs |
Definition at line 59 of file lightweight_network_config.h.
std::vector<LayerConfig> lwtDev::GraphConfig::layers |
Definition at line 63 of file lightweight_network_config.h.
std::vector<NodeConfig> lwtDev::GraphConfig::nodes |
Definition at line 61 of file lightweight_network_config.h.
std::map<std::string, OutputNodeConfig> lwtDev::GraphConfig::outputs |
Definition at line 62 of file lightweight_network_config.h.