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

#include <NNLayerConfig.h>

Collaboration diagram for lwtDev::NodeConfig:

Public Types

enum class  Type {
  INPUT , INPUT_SEQUENCE , FEED_FORWARD , CONCATENATE ,
  SEQUENCE , TIME_DISTRIBUTED , 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

enum class lwtDev::NodeConfig::Type
strong
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: