Skip to content

Implemented layer variables and RNN layer

Sebastian Nickels requested to merge develop into master
  • 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

Merge request reports