aboutsummaryrefslogtreecommitdiff
path: root/tests/ExecuteNetwork/ExecuteNetworkParams.hpp
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2021-05-21 16:42:21 +0100
committerKevin May <kevin.may@arm.com>2021-05-26 11:56:54 +0000
commitb4b3ac91990eb5deaffca2300319f2ddf7aa0886 (patch)
treee480826fe604d652877459ce4bbf4314a461e4b2 /tests/ExecuteNetwork/ExecuteNetworkParams.hpp
parent401c1c3f973da1a2e2cef7f88a5aac2cf295fac7 (diff)
downloadarmnn-b4b3ac91990eb5deaffca2300319f2ddf7aa0886.tar.gz
IVGCVSW-6009 Integrate threadpool into ExNet
* Remove concurrent flag from ExecuteNetwork as it is possible to deduce if SimultaneousIterations > 1 * Add void RunAsync() * Refactor some unit tests Change-Id: I7021d4821b0e460470908294cbd9462850e8b361 Signed-off-by: Keith Davis <keith.davis@arm.com> Signed-off-by: Kevin May <kevin.may@arm.com>
Diffstat (limited to 'tests/ExecuteNetwork/ExecuteNetworkParams.hpp')
-rw-r--r--tests/ExecuteNetwork/ExecuteNetworkParams.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ExecuteNetwork/ExecuteNetworkParams.hpp b/tests/ExecuteNetwork/ExecuteNetworkParams.hpp
index c325df110f..fe0c446087 100644
--- a/tests/ExecuteNetwork/ExecuteNetworkParams.hpp
+++ b/tests/ExecuteNetwork/ExecuteNetworkParams.hpp
@@ -57,6 +57,7 @@ struct ExecuteNetworkParams
std::string m_TuningPath;
std::string m_MLGOTuningFilePath;
TfLiteExecutor m_TfLiteExecutor;
+ size_t m_ThreadPoolSize;
// Ensures that the parameters for ExecuteNetwork fit together
void ValidateParams();