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

Method get_subtools_impl

tools/Polygraphy/polygraphy/tools/base/tool.py:109–110  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

107
108 # Implementation for `get_subtools`. This should be implemented by child classes instead of `get_subtools`
109 def get_subtools_impl(self):
110 return "", []
111
112 def get_subtools(self):
113 """

Callers 1

get_subtoolsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected