Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ latency
Method
latency
samples/common/sampleReporting.h:64–67 ·
view source on GitHub ↗
ideal latency
Source
from the content-addressed store, hash-verified
62
63
// ideal latency
64
float latency() const
65
{
66
return h2d + compute + d2h;
67
}
68
};
69
70
//!
Callers
3
printTiming
Function · 0.80
printEpilog
Function · 0.80
exportJSONTrace
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected