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

Method __init__

tools/Polygraphy/polygraphy/mod/exporter.py:272–274  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

270
271 class Deprecated(obj):
272 def __init__(self, *args, **kwargs):
273 warn_deprecated(name, use_instead, remove_in, module_name)
274 super().__init__(*args, **kwargs)
275
276 Deprecated.__doc__ = f"Deprecated: Use {use_instead} instead"
277 return Deprecated

Callers

nothing calls this directly

Calls 1

warn_deprecatedFunction · 0.85

Tested by

no test coverage detected