aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2023-06-28 13:32:46 +0100
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>2023-06-28 13:47:31 +0100
commitcb2ad7468a8d97d975f473981a73368281d1e7fe (patch)
tree704066eac78b3e01ab2d5bd478e81b0aa489dc6e
parent1cb43e78c262634b2e6ae44c6f17d4f98da56c52 (diff)
downloadarmnn-cb2ad7468a8d97d975f473981a73368281d1e7fe.tar.gz
IVGCVSW-7557 Add Opaque Delegate Options subsection to doxygen
Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: I89dd22298eb2fd12dd2d146200ac4ed7a0d3dfe7
-rw-r--r--docs/05_03_delegate.dox12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/05_03_delegate.dox b/docs/05_03_delegate.dox
index 49d6af31e6..78bc3ea0b8 100644
--- a/docs/05_03_delegate.dox
+++ b/docs/05_03_delegate.dox
@@ -1,4 +1,4 @@
-/// Copyright (c) 2022 ARM Limited and Contributors. All rights reserved.
+/// Copyright (c) 2022-2023 ARM Limited and Contributors. All rights reserved.
///
/// SPDX-License-Identifier: MIT
///
@@ -213,5 +213,15 @@ More machine learning operators will be supported in future releases.
The general list of runtime options are described in @subpage runtimeoptions
+@subsection opaquedelegateoptions Opaque Delegate Options
+
+In Opaque Delegate, delegate options are passed via ArmNNSettings which is a FlatBuffer of tflite::TFLiteSettings.
+
+Arm NN Settings | Possible Values | Description
+:--------------- ------------- | :----- | :----------
+backends | ["GpuAcc"/"CpuAcc"] | A comma separated list without whitespaces of backends which should be used for execution. Falls back to next backend in list if previous does not provide support for operation.
+fastmath | [true/false] | Allows the use of optimisation techniques e.g. Winograd that will reduce execution time with the possibility of a drop in accuracy.
+additional_parameters | JSON string of additional Arm NN delegate options | JSON string of additional Arm NN delegate options. The general list of runtime options are described in [Runtime options](\ref runtimeoptions).
+
**/
} \ No newline at end of file