aboutsummaryrefslogtreecommitdiff
path: root/delegate/TensorFlowLiteDelegateSupport.md
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2020-11-25 18:34:51 +0000
committerTeresaARM <teresa.charlinreyes@arm.com>2020-11-26 16:27:23 +0000
commit1c717648a51af9058db90301fba3451845674ee2 (patch)
tree1f438459ad6bc0d182175767fd9e82a8dfa1d523 /delegate/TensorFlowLiteDelegateSupport.md
parentfc55a19c73240236d30482a6189f438ffb2e2cc4 (diff)
downloadarmnn-1c717648a51af9058db90301fba3451845674ee2.tar.gz
Bug fix TfLiteDelegate: wrong operator name in FullyConnected activation
Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: Ic52b27d462f498314050576b5195f759f5f00c63
Diffstat (limited to 'delegate/TensorFlowLiteDelegateSupport.md')
-rw-r--r--delegate/TensorFlowLiteDelegateSupport.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate/TensorFlowLiteDelegateSupport.md b/delegate/TensorFlowLiteDelegateSupport.md
index a9f548e3b1..b1b39f616b 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
+* FULLY_CONNECTED, Supported Fused Activation: RELU , RELU6 , TANH, NONE
* GREATER