Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/tests/NetworkExecutionUtils/
H A DNetworkExecutionUtils.cpp17 bool CheckInferenceTimeThreshold(const std::chrono::duration<double, std::milli>& duration, in CheckInferenceTimeThreshold() function
H A DNetworkExecutionUtils.hpp39 bool CheckInferenceTimeThreshold(const std::chrono::duration<double, std::milli>& duration,
/aosp_15_r20/external/armnn/tests/ExecuteNetwork/
H A DArmNNExecutor.cpp149 CheckInferenceTimeThreshold(inferenceDuration, m_Params.m_ThresholdTime); in ExecuteAsync()
209 CheckInferenceTimeThreshold(inferenceDuration, m_Params.m_ThresholdTime); in ExecuteSync()
H A DTfliteExecutor.cpp224 CheckInferenceTimeThreshold(duration, m_Params.m_ThresholdTime); in Execute()