From 0a7dc6bba5d0810fe2ed6f84b0376a8b0674c0b3 Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Wed, 10 Feb 2021 16:50:53 +0000 Subject: IVGCVSW-5685 Add CpuAcc specific configuration option numberOfThreads * Added ability to set number of threads used in CpuAcc backend * Enabled number-of-threads option in ExecuteNetwork * Added TfLiteDelegate ModelOptions test * Added unsigned int type to BackendOptions.hpp Signed-off-by: Matthew Sloyan Change-Id: Ia576d4f45cbe5df3654bc730bb5ebd5181d82b5a --- tests/ExecuteNetwork/ExecuteNetworkParams.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/ExecuteNetwork/ExecuteNetworkParams.hpp') diff --git a/tests/ExecuteNetwork/ExecuteNetworkParams.hpp b/tests/ExecuteNetwork/ExecuteNetworkParams.hpp index 56d32907b8..830270adbc 100644 --- a/tests/ExecuteNetwork/ExecuteNetworkParams.hpp +++ b/tests/ExecuteNetwork/ExecuteNetworkParams.hpp @@ -34,6 +34,7 @@ struct ExecuteNetworkParams size_t m_Iterations; std::string m_ModelFormat; std::string m_ModelPath; + unsigned int m_NumberOfThreads; std::vector m_OutputNames; std::vector m_OutputTensorFiles; std::vector m_OutputTypes; -- cgit v1.2.1