From 65c42dc4d68ac163b77a3139feee3e7d4530b5c5 Mon Sep 17 00:00:00 2001 From: Mike Kelly Date: Mon, 22 Jul 2019 14:06:00 +0100 Subject: IVGCVSW-3463 Fix Hal 1.2 Dynamic Output Shape VTS test failures *Updating ArmnnPreparedModel_1_2 to work with output shapes and timing. Change-Id: I06c4ecaf1e2c36ef77a0731ece4885fc3997cd3b Signed-off-by: Sadik Armagan Signed-off-by: Mike Kelly --- RequestThread.hpp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'RequestThread.hpp') diff --git a/RequestThread.hpp b/RequestThread.hpp index dc1b535a..253d104c 100644 --- a/RequestThread.hpp +++ b/RequestThread.hpp @@ -18,8 +18,10 @@ namespace armnn_driver { +using TimePoint = std::chrono::steady_clock::time_point; +static const TimePoint g_Min = std::chrono::steady_clock::time_point::min(); -template