Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/NVIDIA/TensorRT-LLM
/ __init__
Method
__init__
tensorrt_llm/python_plugin.py:489–490 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
487
488
class
PluginCreatorBase(trt.IPluginCreatorV3One):
489
def
__init__(self):
490
super().__init__()
491
492
def
create_plugin(self, name, fc, phase):
493
if
len(fc) == 1 and fc[0].name ==
"__plugin_pickle_obj__"
:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected