aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2022-07-20 13:06:10 +0100
committerNikhil Raj <nikhil.raj@arm.com>2022-07-27 15:57:16 +0100
commit89fb62475136aabc3420484cc4b5e0062c94751f (patch)
tree4533ac5de160587f449ef72ab8072caa256a2b5a /tests
parent4a4d75d93597cf9f9c8b6e97674946674cd087c6 (diff)
downloadarmnn-89fb62475136aabc3420484cc4b5e0062c94751f.tar.gz
IVGCVSW-7061: Use same sentence for Aynch execution in ExNet
* "Asynchronous Execution with std::launch:async..." * "Asynchronous Execution with Arm NN thread pool..." Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: I93f6ae92fd5599d1042f0dfced7e90ef85e20463
Diffstat (limited to 'tests')
-rw-r--r--tests/ExecuteNetwork/ExecuteNetwork.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ExecuteNetwork/ExecuteNetwork.cpp b/tests/ExecuteNetwork/ExecuteNetwork.cpp
index ad462b2460..02a21c30cf 100644
--- a/tests/ExecuteNetwork/ExecuteNetwork.cpp
+++ b/tests/ExecuteNetwork/ExecuteNetwork.cpp
@@ -789,7 +789,7 @@ int MainImpl(const ExecuteNetworkParams& params,
{
try
{
- ARMNN_LOG(info) << "Asynchronous execution with Arm NN thread pool... \n";
+ ARMNN_LOG(info) << "Asynchronous Execution with Arm NN thread pool... \n";
armnn::AsyncCallbackManager callbackManager;
std::unordered_map<armnn::InferenceId, std::vector<armnnUtils::TContainer>&> inferenceOutputMap;