Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMADL2CPP
Merge requests
!25
Implemented layer variables and RNN layer
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Sebastian Nickels
requested to merge
develop
into
master
Aug 13, 2019
Overview
0
Commits
74
Pipelines
1
Changes
34
Renamed VariableSymbol to ParameterSymbol
Introduced layer variable declarations (they also support layers other than RNN)
Changed IOSymbol to VariableSymbol which now combines IO variables and layer variables
Added basic RNN layer