MCPcopy 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

printTimingFunction · 0.80
printEpilogFunction · 0.80
exportJSONTraceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected