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
EMADL2CPP
Commits
dedecc7d
Commit
dedecc7d
authored
Apr 10, 2019
by
Nicola Gatto
Browse files
Add Gluon to CLI option description
parent
01835309
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/monticore/lang/monticar/emadl/generator/EMADLGeneratorCli.java
View file @
dedecc7d
...
...
@@ -52,7 +52,7 @@ public class EMADLGeneratorCli {
.
build
();
public
static
final
Option
OPTION_BACKEND
=
Option
.
builder
(
"b"
)
.
longOpt
(
"backend"
)
.
desc
(
"deep-learning-framework backend. Options: MXNET, CAFFE2"
)
.
desc
(
"deep-learning-framework backend. Options: MXNET, CAFFE2
, GLUON
"
)
.
hasArg
(
true
)
.
required
(
false
)
.
build
();
...
...
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