aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCathal Corbett <cathal.corbett@arm.com>2023-01-10 09:52:12 +0000
committerJim Flynn <jim.flynn@arm.com>2023-01-10 14:03:42 +0000
commit71723d40d63ffdd4b7b7b1a1cc8678bc93acb4d7 (patch)
tree63ec60c8203fbe6e734d49d82bae6b10d397c1d7
parent69bcb88a2d87171181e3bc11f8709a03d77f3b04 (diff)
downloadarmnn-71723d40d63ffdd4b7b7b1a1cc8678bc93acb4d7.tar.gz
Update --compare-output description in ExecuteNetwork parameters.
Signed-off-by: Cathal Corbett <cathal.corbett@arm.com> Change-Id: Ic6bbbaa04aabaa5c3fd525acd5121f07d3392120
-rw-r--r--tests/ExecuteNetwork/ExecuteNetworkProgramOptions.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ExecuteNetwork/ExecuteNetworkProgramOptions.cpp b/tests/ExecuteNetwork/ExecuteNetworkProgramOptions.cpp
index e9d77509e4..cba6748b45 100644
--- a/tests/ExecuteNetwork/ExecuteNetworkProgramOptions.cpp
+++ b/tests/ExecuteNetwork/ExecuteNetworkProgramOptions.cpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
+// Copyright © 2022-2023 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
@@ -359,9 +359,9 @@ ProgramOptions::ProgramOptions() : m_CxxOptions{"ExecuteNetwork",
cxxopts::value<std::string>()->default_value("parser"))
("C, compare-output",
- "Number of Arm NN threads to use when running the network asynchronously via the Arm NN thread pool. "
- "The default is set to 0 which equals disabled. If 'thread-pool-size' is greater than 0 the "
- "'concurrent' option is automatically set to true.",
+ "Compare the output of the network with an output file that has been previously "
+ "produced by running a network through ExecuteNetwork. See --write-outputs-to-file "
+ "to produce an output file for an execution.",
cxxopts::value<std::string>(m_ExNetParams.m_ComparisonFile))
("B, compare-output-with-backend",