MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / get_subscriptions

Method get_subscriptions

tools/Polygraphy/polygraphy/tools/base/tool.py:99–106  ·  view source on GitHub ↗

Returns the list of argument groups this tools wishes to subscribe to. Returns: List[BaseArgs]: The list of argument groups to subscribe to.

(self)

Source from the content-addressed store, hash-verified

97 return []
98
99 def get_subscriptions(self):
100 """
101 Returns the list of argument groups this tools wishes to subscribe to.
102
103 Returns:
104 List[BaseArgs]: The list of argument groups to subscribe to.
105 """
106 return self.get_subscriptions_impl()
107
108 # Implementation for `get_subtools`. This should be implemented by child classes instead of `get_subtools`
109 def get_subtools_impl(self):

Callers 1

setup_parserMethod · 0.95

Calls 1

Tested by

no test coverage detected