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

Method add_to_script_impl

tools/Polygraphy/polygraphy/tools/args/base.py:155–156  ·  view source on GitHub ↗
(self, script, *args, **kwargs)

Source from the content-addressed store, hash-verified

153
154 # Implementation for `add_to_script`. Derived classes should override this instead of `add_to_script`.
155 def add_to_script_impl(self, script, *args, **kwargs):
156 raise NotImplementedError()
157
158 def add_to_script(self, script, *args, **kwargs) -> str:
159 """

Callers 2

add_to_scriptMethod · 0.95
add_to_scriptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected