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

Method __init__

tools/Polygraphy/polygraphy/mod/importer.py:206–207  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

204
205 class LazyModule:
206 def __init__(self):
207 super().__setattr__(MODULE_VAR_NAME, None)
208
209 def __polygraphy_import_mod(self):
210 if self.module is None:

Callers

nothing calls this directly

Calls 1

__setattr__Method · 0.45

Tested by

no test coverage detected