ATLAS Offline Software
|
#include <lightweight_network_config.h>
Public Attributes | |
std::vector< LayerConfig > | layers |
std::vector< Input > | inputs |
std::vector< std::string > | outputs |
std::map< std::string, double > | defaults |
std::map< std::string, std::string > | miscellaneous |
Definition at line 35 of file lightweight_network_config.h.
std::map<std::string, double> lwtDev::JSONConfig::defaults |
Definition at line 40 of file lightweight_network_config.h.
std::vector<Input> lwtDev::JSONConfig::inputs |
Definition at line 38 of file lightweight_network_config.h.
std::vector<LayerConfig> lwtDev::JSONConfig::layers |
Definition at line 37 of file lightweight_network_config.h.
std::map<std::string, std::string> lwtDev::JSONConfig::miscellaneous |
Definition at line 41 of file lightweight_network_config.h.
std::vector<std::string> lwtDev::JSONConfig::outputs |
Definition at line 39 of file lightweight_network_config.h.