Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ __init__
Method
__init__
tools/Polygraphy/polygraphy/backend/trt_legacy.py:38–41 ·
view source on GitHub ↗
(self, path, shapes, outputs)
Source
from the content-addressed store, hash-verified
36
37
class
LoadUffFile(BaseLoader):
38
def
__init__(self, path, shapes, outputs):
39
self.path = path
40
self.shapes = shapes
41
self.outputs = outputs
42
43
@util.check_called_by(
"__call__"
)
44
def
call_impl(self):
Callers
2
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected