aboutsummaryrefslogtreecommitdiff
path: root/delegate
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2020-11-26 10:17:01 +0000
committerTeresa Charlin <teresa.charlinreyes@arm.com>2020-11-26 10:17:01 +0000
commitf4f150c30d3c34e9f26757ca43e4a2694b882bce (patch)
treec793f86fd810dfc9ba8b6913a53601e8601a067d /delegate
parenta6587ec991589119ed540797ce97964a3013f5d9 (diff)
downloadarmnn-f4f150c30d3c34e9f26757ca43e4a2694b882bce.tar.gz
Doc update TfLiteDelegate: FullyConnected does not support fused activation
Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: Ie83c3b366214ceff2366c0a20a052582749c4fa4
Diffstat (limited to 'delegate')
-rw-r--r--delegate/TensorFlowLiteDelegateSupport.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate/TensorFlowLiteDelegateSupport.md b/delegate/TensorFlowLiteDelegateSupport.md
index b1b39f616b..a9f548e3b1 100644
--- a/delegate/TensorFlowLiteDelegateSupport.md
+++ b/delegate/TensorFlowLiteDelegateSupport.md
@@ -26,7 +26,7 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
* EXP
-* FULLY_CONNECTED, Supported Fused Activation: RELU , RELU6 , TANH, NONE
+* FULLY_CONNECTED
* GREATER