From f5ca16c90370d16442770a35f91a83c7d2f5ff9e Mon Sep 17 00:00:00 2001 From: Finn Williams Date: Fri, 12 Feb 2021 14:26:23 +0000 Subject: IVGCVSW-5686 Add GpuAcc MLGO tuning file configuration argument to nnapi Signed-off-by: Finn Williams Change-Id: I15ca7db703065b0c70766a18b1a9a213834f39e0 --- DriverOptions.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DriverOptions.cpp') diff --git a/DriverOptions.cpp b/DriverOptions.cpp index 3f9b76ee..42f7ea9e 100644 --- a/DriverOptions.cpp +++ b/DriverOptions.cpp @@ -106,6 +106,10 @@ DriverOptions::DriverOptions(int argc, char** argv) "the file accordingly.", cxxopts::value(clTunedParametersModeAsString)->default_value("UseTunedParameters")) + ("g,mlgo-cl-tuned-parameters-file", + "If non-empty, the given file will be used to load/save MLGO CL tuned parameters. ", + cxxopts::value(m_ClMLGOTunedParametersFile)->default_value("")) + ("n,service-name", "If non-empty, the driver service name to be registered", cxxopts::value(m_ServiceName)->default_value("armnn")) -- cgit v1.2.1