aboutsummaryrefslogtreecommitdiff
path: root/delegate/TensorFlowLiteDelegateSupport.md
diff options
context:
space:
mode:
authorSadik Armagan <sadik.armagan@arm.com>2021-01-22 10:53:38 +0000
committerSadik Armagan <sadik.armagan@arm.com>2021-01-26 09:40:33 +0000
commit4b227bb4e2d83f0e3125a2a8fcc6834b3b98b44d (patch)
tree2ec6f1063008929df60de043ca6c882b9a847e4c /delegate/TensorFlowLiteDelegateSupport.md
parent0b51d5ad533f8ecde71f957077690195eea29ffc (diff)
downloadarmnn-4b227bb4e2d83f0e3125a2a8fcc6834b3b98b44d.tar.gz
IVGCVSW-5390 'TfLiteDelegate: Implement the Normalisation operators'
* Added L2_NORMALIZATION and LOCAL_RESPONSE_NORMALIZATION opertor support Signed-off-by: Sadik Armagan <sadik.armagan@arm.com> Change-Id: Ic9e66879cf6469fa8761fb1c9dd5950771f629b0
Diffstat (limited to 'delegate/TensorFlowLiteDelegateSupport.md')
-rw-r--r--delegate/TensorFlowLiteDelegateSupport.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/delegate/TensorFlowLiteDelegateSupport.md b/delegate/TensorFlowLiteDelegateSupport.md
index dd4cbace7b..ed1124a1ff 100644
--- a/delegate/TensorFlowLiteDelegateSupport.md
+++ b/delegate/TensorFlowLiteDelegateSupport.md
@@ -46,6 +46,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
* LESS_OR_EQUAL
+* LOCAL_RESPONSE_NORMALIZATION
+
* LOGICAL_AND
* LOGICAL_NOT
@@ -56,6 +58,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
* LOG_SOFTMAX
+* L2_NORMALIZATION
+
* L2_POOL_2D
* MAXIMUM