ATLAS Offline Software
Loading...
Searching...
No Matches
lwtDev::JSONConfig Struct Reference

#include <lightweight_network_config.h>

Collaboration diagram for lwtDev::JSONConfig:

Public Attributes

std::vector< LayerConfiglayers
std::vector< Inputinputs
std::vector< std::string > outputs
std::map< std::string, double > defaults
std::map< std::string, std::string > miscellaneous

Detailed Description

Definition at line 35 of file lightweight_network_config.h.

Member Data Documentation

◆ defaults

std::map<std::string, double> lwtDev::JSONConfig::defaults

Definition at line 40 of file lightweight_network_config.h.

◆ inputs

std::vector<Input> lwtDev::JSONConfig::inputs

Definition at line 38 of file lightweight_network_config.h.

◆ layers

std::vector<LayerConfig> lwtDev::JSONConfig::layers

Definition at line 37 of file lightweight_network_config.h.

◆ miscellaneous

std::map<std::string, std::string> lwtDev::JSONConfig::miscellaneous

Definition at line 41 of file lightweight_network_config.h.

◆ outputs

std::vector<std::string> lwtDev::JSONConfig::outputs

Definition at line 39 of file lightweight_network_config.h.


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