MCPcopy 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
79def refName(name):
80 """Add prefix ref to name"""
81
82 return "ref" + name[0].capitalize() + name[1:]
83
84
85def refFeatures(names):

Callers 2

refFeaturesFunction · 0.85
addReferenceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected