Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
995a0139
Commit
995a0139
authored
Sep 20, 2023
by
Umang Yadav
Browse files
undo
parent
fee96d25
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
41 deletions
+41
-41
examples/migraphx/migraphx_driver/README.md
examples/migraphx/migraphx_driver/README.md
+41
-41
No files found.
examples/migraphx/migraphx_driver/README.md
View file @
995a0139
...
@@ -22,14 +22,14 @@ See below for a comprehensive list of commands and option arguments, as well as
...
@@ -22,14 +22,14 @@ See below for a comprehensive list of commands and option arguments, as well as
### Options
### Options
| Option | Description |
| Option | Description |
| ---------------------------------------- | ---------------------------------------------------------
-------------------------------------
|
| ---------------------------------------- | --------------------------------------------------------- |
| --help
\|
-h | Show help |
| --help
\|
-h | Show help |
| --model
<resnet50
\|
inceptionv3
\|
alexnet
>
| Loads one of the three default models |
| --model
<resnet50
\|
inceptionv3
\|
alexnet
>
| Loads one of the three default models |
| --onnx | Load file as onnx graph |
| --onnx | Load file as onnx graph |
| --tf | Load file as a tensorflow graph |
| --tf | Load file as a tensorflow graph |
| --migraphx | Load file as a migraphx graph |
| --migraphx | Load file as a migraphx graph |
| --migraphx-json | Load file as a migraphx JSON graph |
| --migraphx-json | Load file as a migraphx JSON graph |
| --batch | For a static model, set batch size. For a dynamic batch model, sets the batch size at runtime.
|
| --batch | For a static model, set batch size. For a dynamic batch model, sets the batch size at runtime.|
| --nhwc | Treat tensorflow format as nhwc |
| --nhwc | Treat tensorflow format as nhwc |
| --nchw | Treat tensorflow format as nchw |
| --nchw | Treat tensorflow format as nchw |
| --skip-unknown-operators | Skip unknown operators when parsing and continue to parse |
| --skip-unknown-operators | Skip unknown operators when parsing and continue to parse |
...
...
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