MCPcopy 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)
73def decode(dct):
74 return LazyNumpyArray(dct["values"])
75
76
77@mod.export()

Callers

nothing calls this directly

Calls 3

LazyNumpyArrayClass · 0.85
IterationResultClass · 0.85
RunResultsClass · 0.85

Tested by

no test coverage detected