From 19ad816539037a095749cdd41852292a3d87dd2b Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Wed, 4 Oct 2023 11:17:03 +0100 Subject: IVGCVSW-8060 Add ArmNNSettings parser function for Opaque Delegate * Add Unit Tests * Update DelegateOptions constructor Signed-off-by: Teresa Charlin Change-Id: I0e88403ac280e4cf8710ae7ee38b3b56dba42adc --- delegate/common/include/DelegateOptions.hpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'delegate/common/include') diff --git a/delegate/common/include/DelegateOptions.hpp b/delegate/common/include/DelegateOptions.hpp index abf446a402..d4924ccf65 100644 --- a/delegate/common/include/DelegateOptions.hpp +++ b/delegate/common/include/DelegateOptions.hpp @@ -120,6 +120,17 @@ public: * Possible values: ["true"/"false"] \n * Description: Add debug data for easier troubleshooting * + * Option key: "infer-output-shape" \n + * Possible values: ["true"/"false"] \n + * Description: Infers output tensor shape from input tensor shape and validate where applicable. + * + * Option key: "allow-expanded-dims" \n + * Possible values: ["true"/"false"] \n + * Description: If true will disregard dimensions with a size of 1 when validating tensor shapes but tensor + * sizes must still match. \n + * This is an Experimental parameter that is incompatible with "infer-output-shape". \n + * This parameter may be removed in a later update. + * * Option key: "memory-import" \n * Possible values: ["true"/"false"] \n * Description: Enable memory import @@ -164,17 +175,6 @@ public: * Possible values: [filenameString] \n * Description: Serialize the optimized network to the file specified in "dot" format. * - * Option key: "infer-output-shape" \n - * Possible values: ["true"/"false"] \n - * Description: Infers output tensor shape from input tensor shape and validate where applicable. - * - * Option key: "allow-expanded-dims" \n - * Possible values: ["true"/"false"] \n - * Description: If true will disregard dimensions with a size of 1 when validating tensor shapes but tensor - * sizes must still match. \n - * This is an Experimental parameter that is incompatible with "infer-output-shape". \n - * This parameter may be removed in a later update. - * * Option key: "disable-tflite-runtime-fallback" \n * Possible values: ["true"/"false"] \n * Description: Disable TfLite Runtime fallback in the Arm NN TfLite delegate. -- cgit v1.2.1