Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
CNNArch2Gluon
Commits
c62cdf1e
Commit
c62cdf1e
authored
Aug 12, 2019
by
Sebastian Nickels
Browse files
Renamed VariableSymbol.Member.OUT to OUTPUT
parent
b12468cb
Pipeline
#170408
failed with stages
in 3 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/monticore/lang/monticar/cnnarch/gluongenerator/CNNArch2GluonTemplateController.java
View file @
c62cdf1e
...
...
@@ -231,13 +231,13 @@ public class CNNArch2GluonTemplateController extends CNNArchTemplateController {
}
if
(
includeOutput
)
{
if
(
predefinedLayerDeclaration
.
isValidMember
(
VariableSymbol
.
Member
.
OUT
))
{
if
(
predefinedLayerDeclaration
.
isValidMember
(
VariableSymbol
.
Member
.
OUT
PUT
))
{
String
name
=
variable
.
getName
()
+
"_output_"
;
List
<
Integer
>
intDimensions
=
predefinedLayerDeclaration
.
computeOutputTypes
(
layerVariableDeclaration
.
getLayer
().
getInputTypes
(),
layerVariableDeclaration
.
getLayer
(),
VariableSymbol
.
Member
.
OUT
VariableSymbol
.
Member
.
OUT
PUT
).
get
(
0
).
getDimensions
();
List
<
String
>
dimensions
=
new
ArrayList
<>();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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