Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/tests/
H A DInferenceModel.hpp450 const auto parsing_start_time = armnn::GetTimeNow(); in InferenceModel() local
454 … << std::fixed << armnn::GetTimeDuration(parsing_start_time).count() << " ms."; in InferenceModel()