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

#include <NNLayerConfig.h>

Collaboration diagram for lwtDev::NodeConfig:

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
 

Detailed Description

Definition at line 68 of file NNLayerConfig.h.

Member Enumeration Documentation

◆ Type

Enumerator
INPUT 
INPUT_SEQUENCE 
FEED_FORWARD 
CONCATENATE 
SEQUENCE 
TIME_DISTRIBUTED 
SUM 

Definition at line 70 of file NNLayerConfig.h.

70  {
71  INPUT, INPUT_SEQUENCE, FEED_FORWARD, CONCATENATE, SEQUENCE,
72  TIME_DISTRIBUTED, SUM };

Member Data Documentation

◆ index

int lwtDev::NodeConfig::index

Definition at line 75 of file NNLayerConfig.h.

◆ sources

std::vector<size_t> lwtDev::NodeConfig::sources

Definition at line 74 of file NNLayerConfig.h.

◆ type

Type lwtDev::NodeConfig::type

Definition at line 73 of file NNLayerConfig.h.


The documentation for this struct was generated from the following file:
internal_poltrig::INPUT
@ INPUT
Definition: PolygonTriangulator.cxx:112