From 28c94573013d7caf429601f529c6f690cd4994e2 Mon Sep 17 00:00:00 2001 From: Matthew Jackson Date: Thu, 18 Jul 2019 10:47:03 +0100 Subject: IVGCVSW-3383 - Add TfLite Parser support for L2 Normalization layer * Added ParseL2Normalization in TfLiteParser * Added new unit tests L2Normalization.cpp * Added documentation for supported L2 Normalization to TensorflorLiteSupport.md Signed-off-by: Matthew Jackson Change-Id: I83ea75d1791ac8a00390aed3e5d0a7b337fcd46d --- src/armnnTfLiteParser/TensorFlowLiteSupport.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/armnnTfLiteParser/TensorFlowLiteSupport.md') diff --git a/src/armnnTfLiteParser/TensorFlowLiteSupport.md b/src/armnnTfLiteParser/TensorFlowLiteSupport.md index 8a8b7bed6d..7acbf28397 100644 --- a/src/armnnTfLiteParser/TensorFlowLiteSupport.md +++ b/src/armnnTfLiteParser/TensorFlowLiteSupport.md @@ -22,6 +22,8 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators * LOGISTIC +* L2_NORMALIZATION + * MAX_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE * MAXIMUM -- cgit v1.2.1