From a98e79a709f7c29728e1fc79c21ba5265993b8b6 Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Tue, 6 Dec 2022 21:32:29 +0000 Subject: Updates following execution of Includewhatyouuse on armnn/include. This tool forces explicit includes of all dependencies and highlights unused dependencies. Signed-off-by: Colm Donelan Change-Id: I92e449245246452a0227cbd13f9c082e2088bf8c --- .../NetworkExecutionUtils.hpp | 28 ++++++++++++++++------ 1 file changed, 21 insertions(+), 7 deletions(-) (limited to 'tests/NetworkExecutionUtils') diff --git a/tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp b/tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp index acdef0f5d7..8c97238432 100644 --- a/tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp +++ b/tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp @@ -5,15 +5,29 @@ #pragma once -#include -#include -#include -#include - -#include +#include // for BackendRegistryInstance +#include // for ScopedRecord, ARMNN_LOG +#include // for numeric_cast +#include // for StringTokenizer +#include // for BackendId, BackendIdSet +#include // for Optional, EmptyOptional +#include // for Tensor, TensorInfo +#include // for Dequantize +#include // for duration +#include // for function #include #include -#include +#include // for ofstream, basic_istream +#include // for milli +#include // for string, getline, basic_string +#include // for enable_if_t, is_floating_point +#include // for operator!=, operator==, _No... +#include // for vector +#include // for pow, sqrt +#include // for int32_t +#include // for printf, size_t +#include // for abs +#include // for find, for_each /** * Given a measured duration and a threshold time tell the user whether we succeeded or not. -- cgit v1.2.1