Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
monticore
EmbeddedMontiArc
generators
CNNArch2X
Commits
bbe7e4a4
Commit
bbe7e4a4
authored
Nov 04, 2019
by
Evgeny Kusmenko
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'reshape' into 'master'
getShape See merge request
!6
parents
9f246d97
0887b261
Pipeline
#201625
passed with stages
in 5 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/main/java/de/monticore/lang/monticar/cnnarch/generator/ArchitectureElementData.java
...g/monticar/cnnarch/generator/ArchitectureElementData.java
+4
-0
No files found.
src/main/java/de/monticore/lang/monticar/cnnarch/generator/ArchitectureElementData.java
View file @
bbe7e4a4
...
...
@@ -161,6 +161,10 @@ public class ArchitectureElementData {
return
getLayerSymbol
().
getBooleanValue
(
AllPredefinedLayers
.
FLATTEN_PARAMETER_NAME
).
get
();
}
public
List
<
Integer
>
getShape
()
{
return
getLayerSymbol
().
getIntTupleValue
(
AllPredefinedLayers
.
SHAPE_NAME
).
get
();
}
@Nullable
public
String
getPoolType
(){
return
getLayerSymbol
().
getStringValue
(
AllPredefinedLayers
.
POOL_TYPE_NAME
).
get
();
...
...
Write
Preview
Markdown
is supported
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