Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
CNNArch2X
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
monticore
EmbeddedMontiArc
generators
CNNArch2X
Commits
3d96fab6
Commit
3d96fab6
authored
Aug 25, 2020
by
Julian Johannes Steinsberger-Dührßen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increased version number
parent
fd2b5c2c
Pipeline
#323328
failed with stage
in 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
11 deletions
+3
-11
pom.xml
pom.xml
+3
-3
src/main/java/de/monticore/lang/monticar/cnnarch/generator/ArchitectureElementData.java
...g/monticar/cnnarch/generator/ArchitectureElementData.java
+0
-8
No files found.
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
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