TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
sample::anonymous_namespace{sampleReporting.cpp} Namespace Reference

Functions

template<typename T >
float findPercentile (float percentage, const std::vector< InferenceTime > &timings, const T &toFloat)
 Find percentile in an ascending sequence of timings. More...
 
template<typename T >
float findMedian (const std::vector< InferenceTime > &timings, const T &toFloat)
 Find median in a sorted sequence of timings. More...
 
InferenceTime traceToTiming (const InferenceTrace &a)
 

Function Documentation

◆ findPercentile()

template<typename T >
float sample::anonymous_namespace{sampleReporting.cpp}::findPercentile ( float  percentage,
const std::vector< InferenceTime > &  timings,
const T &  toFloat 
)

Find percentile in an ascending sequence of timings.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ findMedian()

template<typename T >
float sample::anonymous_namespace{sampleReporting.cpp}::findMedian ( const std::vector< InferenceTime > &  timings,
const T &  toFloat 
)

Find median in a sorted sequence of timings.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ traceToTiming()

InferenceTime sample::anonymous_namespace{sampleReporting.cpp}::traceToTiming ( const InferenceTrace a)
inline
Here is the call graph for this function:
Here is the caller graph for this function: