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

Method execute

demo/HuggingFace/run.py:63–64  ·  view source on GitHub ↗
(self, args: argparse.Namespace)

Source from the content-addressed store, hash-verified

61
62 @abstractmethod
63 def execute(self, args: argparse.Namespace):
64 pass
65
66 @abstractmethod
67 def add_args(self, parser: argparse.ArgumentParser):

Callers 2

executeFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected