Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
CNNArch2X
Commits
a39dad34
Commit
a39dad34
authored
Aug 16, 2019
by
Sebastian Nickels
Browse files
Fixed a bug which caused that RNNs could not be used without variable
parent
973040f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/monticore/lang/monticar/cnnarch/generator/ArchitectureElementData.java
View file @
a39dad34
...
...
@@ -80,6 +80,10 @@ public class ArchitectureElementData {
}
}
public
boolean
isVariable
()
{
return
getElement
()
instanceof
VariableSymbol
;
}
public
List
<
String
>
getInputs
(){
return
getTemplateController
().
getLayerInputs
(
getElement
());
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment