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
3c7dacc0
Commit
3c7dacc0
authored
Aug 16, 2019
by
Sebastian Nickels
Browse files
Fixed temlate
parent
4880932b
Pipeline
#172307
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/templates/gluon/elements/Output.ftl
View file @
3c7dacc0
...
...
@@ -2,7 +2,7 @@
<#
if
mode == "FORWARD_FUNCTION">
$
{
element
.name
}
= $
{
input
}
<#
elseif
mode == "PYTHON_INLINE">
$
{
element
.name
}
= $
{
input
}
;
$
{
element
.name
}
= $
{
input
}
<#
elseif
mode == "CPP_INLINE">
$
{
element
.name
}
= $
{
input
}
;
</#
if
>
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