Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ refName
Function
refName
samples/trtexec/profiler.py:79–82 ·
view source on GitHub ↗
Add prefix ref to name
(name)
Source
from the content-addressed store, hash-verified
77
78
79
def
refName(name):
80
""
"Add prefix ref to name"
""
81
82
return
"ref"
+ name[0].capitalize() + name[1:]
83
84
85
def
refFeatures(names):
Callers
2
refFeatures
Function · 0.85
addReference
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected