MCPcopy Index your code
hub / github.com/NVIDIA/TensorRT-LLM / wrapper

Function wrapper

tensorrt_llm/llmapi/tracer.py:52–53  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

50
51 @wraps(func)
52 def wrapper(*args, **kwargs):
53 return func(*args, **kwargs)
54
55 return wrapper
56

Callers

nothing calls this directly

Calls 1

funcFunction · 0.50

Tested by

no test coverage detected