Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
func
Function · 0.50
Tested by
no test coverage detected