TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Command-Line Argument Helpers

This directory includes helper modules for managing groups of command-line arguments.

Included are various predefined argument groups that can be reused across command-line tools.

Argument Groups

An argument group essentially bundles together a set of arguments and helper functions that use those arguments. The interface is defined in BaseArgs. Additionally, argument groups may specify dependencies on other argument groups via the register() mechanism - for example, an ONNX loader argument group may depend on model arguments.

Tools can then subscribe to these argument groups via the subscribe_args() function defined in tool.py.