aboutsummaryrefslogtreecommitdiff
path: root/DriverOptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'DriverOptions.cpp')
-rw-r--r--DriverOptions.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/DriverOptions.cpp b/DriverOptions.cpp
index 94fd5942..1f534b6e 100644
--- a/DriverOptions.cpp
+++ b/DriverOptions.cpp
@@ -76,6 +76,10 @@ DriverOptions::DriverOptions(int argc, char** argv)
po::value<std::string>(&m_RequestInputsAndOutputsDumpDir)->default_value(""),
"If non-empty, the directory where request inputs and outputs should be dumped")
+ ("service-name,n",
+ po::value<std::string>(&m_ServiceName)->default_value("armnn"),
+ "If non-empty, the driver service name to be registered")
+
("unsupported-operations,u",
po::value<std::string>(&unsupportedOperationsAsString)->default_value(""),
"If non-empty, a comma-separated list of operation indices which the driver will forcibly "