Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix tools/experimental/trt-engine-explorer/readme #4287

Open
wants to merge 1 commit into
base: release/10.7
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions tools/experimental/trt-engine-explorer/utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
4. Draw an SVG graph from an engine.

```
usage: process_engine.py [-h] [--print_only] [--build_engine] [--profile_engine] [--draw_engine] input outdir [trtexec [trtexec ...]]
usage: process_engine.py [-h] [--print-only] [--build-engine] [--profile-ngine] [--draw-engine] input outdir [trtexec [trtexec ...]]

Utility to build and profile TensorRT engines

Expand All @@ -25,10 +25,10 @@ positional arguments:

optional arguments:
-h, --help show this help message and exit
--print_only print the command-line and exit
--build_engine, -b build the engine
--profile_engine, -p engine the engine
--draw_engine, -d draw the engine
--print-only print the command-line and exit
--build-engine, -b build the engine
--profile-engine, -p engine the engine
--draw-engine, -d draw the engine
```

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`:
Expand Down