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
3d96fab6
Commit
3d96fab6
authored
Aug 25, 2020
by
Julian Johannes Steinsberger-Dührßen
Browse files
increased version number
parent
fd2b5c2c
Pipeline
#323328
failed with stage
in 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
3d96fab6
...
...
@@ -9,7 +9,7 @@
<groupId>
de.monticore.lang.monticar
</groupId>
<artifactId>
cnnarch-generator
</artifactId>
<version>
0.0.
6
-SNAPSHOT
</version>
<version>
0.0.
7
-SNAPSHOT
</version>
<!-- == PROJECT DEPENDENCIES ============================================= -->
...
...
@@ -17,8 +17,8 @@
<!-- .. SE-Libraries .................................................. -->
<CNNArch.version>
0.3.
5
-SNAPSHOT
</CNNArch.version>
<CNNTrain.version>
0.3.1
1
-SNAPSHOT
</CNNTrain.version>
<CNNArch.version>
0.3.
7
-SNAPSHOT
</CNNArch.version>
<CNNTrain.version>
0.3.1
2
-SNAPSHOT
</CNNTrain.version>
<embedded-montiarc-math-opt-generator>
0.1.6
</embedded-montiarc-math-opt-generator>
<!-- .. Libraries .................................................. -->
...
...
src/main/java/de/monticore/lang/monticar/cnnarch/generator/ArchitectureElementData.java
View file @
3d96fab6
...
...
@@ -281,14 +281,6 @@ public class ArchitectureElementData {
return
getLayerSymbol
().
getBooleanValue
(
AllPredefinedLayers
.
USE_LOCAL_ADAPTION_NAME
).
get
();
}
public
String
getReplayMemoryStoreDistMeasure
(){
return
getLayerSymbol
().
getStringValue
(
AllPredefinedLayers
.
REPLAY_MEMORY_STORE_DIST_MEASURE_NAME
).
get
();
}
public
String
getLocalAdaptionMemoryStoreDistMeasure
(){
return
getLayerSymbol
().
getStringValue
(
AllPredefinedLayers
.
LOCAL_ADAPTION_MEMORY_STORE_DIST_MEASURE_NAME
).
get
();
}
public
int
getLocalAdaptionK
(){
return
getLayerSymbol
().
getIntValue
(
AllPredefinedLayers
.
LOCAL_ADAPTION_K_NAME
).
get
();
}
...
...
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