Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ decode
Function
decode
tools/Polygraphy/polygraphy/comparator/struct.py:73–74 ·
view source on GitHub ↗
(dct)
Source
from the content-addressed store, hash-verified
71
72
@Decoder.register(LazyNumpyArray)
73
def
decode(dct):
74
return
LazyNumpyArray(dct[
"values"
])
75
76
77
@mod.export()
Callers
nothing calls this directly
Calls
3
LazyNumpyArray
Class · 0.85
IterationResult
Class · 0.85
RunResults
Class · 0.85
Tested by
no test coverage detected