Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ add_parser_args_impl
Method
add_parser_args_impl
tools/Polygraphy/polygraphy/tools/base/tool.py:124–125 ·
view source on GitHub ↗
(self, parser)
Source
from the content-addressed store, hash-verified
122
123
# Implementation for `add_parser_args`. This should be implemented by child classes instead of `add_parser_args`
124
def
add_parser_args_impl(self, parser):
125
pass
126
127
def
add_parser_args(self, parser):
128
""
"
Callers
1
add_parser_args
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected