From 1c717648a51af9058db90301fba3451845674ee2 Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Wed, 25 Nov 2020 18:34:51 +0000 Subject: Bug fix TfLiteDelegate: wrong operator name in FullyConnected activation Signed-off-by: Teresa Charlin Change-Id: Ic52b27d462f498314050576b5195f759f5f00c63 --- delegate/TensorFlowLiteDelegateSupport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'delegate/TensorFlowLiteDelegateSupport.md') 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 -- cgit v1.2.1