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) |
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.
float sample::anonymous_namespace{sampleReporting.cpp}::findMedian | ( | const std::vector< InferenceTime > & | timings, |
const T & | toFloat | ||
) |
Find median in a sorted sequence of timings.
|
inline |