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

#include <lightweight_network_config.h>

Collaboration diagram for lwtDev::GraphConfig:

Public Attributes

std::vector< InputNodeConfiginputs
 
std::vector< InputNodeConfiginput_sequences
 
std::vector< NodeConfignodes
 
std::map< std::string, OutputNodeConfigoutputs
 
std::vector< LayerConfiglayers
 

Detailed Description

Definition at line 57 of file lightweight_network_config.h.

Member Data Documentation

◆ input_sequences

std::vector<InputNodeConfig> lwtDev::GraphConfig::input_sequences

Definition at line 60 of file lightweight_network_config.h.

◆ inputs

std::vector<InputNodeConfig> lwtDev::GraphConfig::inputs

Definition at line 59 of file lightweight_network_config.h.

◆ layers

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

Definition at line 63 of file lightweight_network_config.h.

◆ nodes

std::vector<NodeConfig> lwtDev::GraphConfig::nodes

Definition at line 61 of file lightweight_network_config.h.

◆ outputs

std::map<std::string, OutputNodeConfig> lwtDev::GraphConfig::outputs

Definition at line 62 of file lightweight_network_config.h.


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