Home
last modified time | relevance | path

Searched refs:thresholdMinusInference (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/armnn/tests/NetworkExecutionUtils/
H A DNetworkExecutionUtils.cpp27 auto thresholdMinusInference = thresholdTime - duration.count(); in CheckInferenceTimeThreshold() local
29 << std::fixed << thresholdMinusInference << " ms" << "\n"; in CheckInferenceTimeThreshold()
30 if (thresholdMinusInference < 0) in CheckInferenceTimeThreshold()