aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2020-11-26 10:17:01 +0000
committerFrancis Murtagh <francis.murtagh@arm.com>2020-11-26 13:29:08 +0000
commite87eebaf8cf2eef3a2c68b1656779eb476db24d7 (patch)
tree5c6bc8385ef16128759fd8bfbb2b1798510a4c55
parent8641c3cdf6d7a1d82bc8f4ee1073ae11b7dcd08d (diff)
downloadarmnn-e87eebaf8cf2eef3a2c68b1656779eb476db24d7.tar.gz
Doc update TfLiteDelegate: FullyConnected does not support fused activation
Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: Ie83c3b366214ceff2366c0a20a052582749c4fa4
-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