Skip to content

Commit 1fde779

Browse files
committed
fix readme
Signed-off-by: peanut <[email protected]> Signed-off-by: peanut <[email protected]>
1 parent 97ff244 commit 1fde779

File tree

1 file changed

+5
-5
lines changed
  • tools/experimental/trt-engine-explorer/utils

1 file changed

+5
-5
lines changed

tools/experimental/trt-engine-explorer/utils/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
4. Draw an SVG graph from an engine.
1515

1616
```
17-
usage: process_engine.py [-h] [--print_only] [--build_engine] [--profile_engine] [--draw_engine] input outdir [trtexec [trtexec ...]]
17+
usage: process_engine.py [-h] [--print-only] [--build-engine] [--profile-ngine] [--draw-engine] input outdir [trtexec [trtexec ...]]
1818
1919
Utility to build and profile TensorRT engines
2020
@@ -25,10 +25,10 @@ positional arguments:
2525
2626
optional arguments:
2727
-h, --help show this help message and exit
28-
--print_only print the command-line and exit
29-
--build_engine, -b build the engine
30-
--profile_engine, -p engine the engine
31-
--draw_engine, -d draw the engine
28+
--print-only print the command-line and exit
29+
--build-engine, -b build the engine
30+
--profile-engine, -p engine the engine
31+
--draw-engine, -d draw the engine
3232
```
3333

3434
The script can run the entire ONNX to JSON files pipeline, or it can execute a single sub-command. For example, the following command line builds and profiles an engine from the ONNX model stored in a file named `my_onnx.onnx`:

0 commit comments

Comments
 (0)