aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2022-07-20 13:06:10 +0100
committerTeresa Charlin <teresa.charlinreyes@arm.com>2022-07-20 13:06:10 +0100
commite9e963001a03af74a104218f123fafc27c573eec (patch)
tree4533ac5de160587f449ef72ab8072caa256a2b5a
parent93565273dd3a5401616e4e511b529ab7d5b3d813 (diff)
downloadarmnn-e9e963001a03af74a104218f123fafc27c573eec.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
-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;