From cb2ad7468a8d97d975f473981a73368281d1e7fe Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Wed, 28 Jun 2023 13:32:46 +0100 Subject: IVGCVSW-7557 Add Opaque Delegate Options subsection to doxygen Signed-off-by: Narumol Prangnawarat Change-Id: I89dd22298eb2fd12dd2d146200ac4ed7a0d3dfe7 --- docs/05_03_delegate.dox | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.1