From 71723d40d63ffdd4b7b7b1a1cc8678bc93acb4d7 Mon Sep 17 00:00:00 2001 From: Cathal Corbett Date: Tue, 10 Jan 2023 09:52:12 +0000 Subject: Update --compare-output description in ExecuteNetwork parameters. Signed-off-by: Cathal Corbett Change-Id: Ic6bbbaa04aabaa5c3fd525acd5121f07d3392120 --- tests/ExecuteNetwork/ExecuteNetworkProgramOptions.cpp | 8 ++++---- 1 file 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()->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(m_ExNetParams.m_ComparisonFile)) ("B, compare-output-with-backend", -- cgit v1.2.1