aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2020-11-20 13:08:42 +0000
committerFrancis Murtagh <francis.murtagh@arm.com>2020-11-24 10:26:16 +0000
commitafc18650dcbe18b76d2ff44bcec31061da9abb60 (patch)
treef7168ad173008023623ca906d322fa1b2f67f3ed /src
parent2ab0c44f4056e5326a1311aae3c22331813ebbc0 (diff)
downloadarmnn-afc18650dcbe18b76d2ff44bcec31061da9abb60.tar.gz
IVGCVSW-5347 Update Readme for 20.11
* Adding delegate readme.md and TensorFlowLiteDelegateSupport.md Change-Id: I1b8012440cf4cd6120902ad69c5b3a2a5e410d71 Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com>
Diffstat (limited to 'src')
-rw-r--r--src/armnnDeserializer/DeserializerSupport.md1
-rw-r--r--src/armnnSerializer/SerializerSupport.md1
-rw-r--r--src/armnnTfLiteParser/TensorFlowLiteSupport.md2
3 files changed, 4 insertions, 0 deletions
diff --git a/src/armnnDeserializer/DeserializerSupport.md b/src/armnnDeserializer/DeserializerSupport.md
index 4e2ead41bc..2ff3a24503 100644
--- a/src/armnnDeserializer/DeserializerSupport.md
+++ b/src/armnnDeserializer/DeserializerSupport.md
@@ -29,6 +29,7 @@ The Arm NN SDK Deserialize parser currently supports the following layers:
* Input
* InstanceNormalization
* L2Normalization
+* Logical
* LogSoftmax
* Lstm
* Maximum
diff --git a/src/armnnSerializer/SerializerSupport.md b/src/armnnSerializer/SerializerSupport.md
index 438335341a..67dc5d1596 100644
--- a/src/armnnSerializer/SerializerSupport.md
+++ b/src/armnnSerializer/SerializerSupport.md
@@ -28,6 +28,7 @@ The Arm NN SDK Serializer currently supports the following layers:
* Input
* InstanceNormalization
* L2Normalization
+* Logical
* LogSoftmax
* Lstm
* Maximum
diff --git a/src/armnnTfLiteParser/TensorFlowLiteSupport.md b/src/armnnTfLiteParser/TensorFlowLiteSupport.md
index 9718b22798..faad3d0fa9 100644
--- a/src/armnnTfLiteParser/TensorFlowLiteSupport.md
+++ b/src/armnnTfLiteParser/TensorFlowLiteSupport.md
@@ -104,6 +104,8 @@ Arm tested these operators with the following TensorFlow Lite neural network:
* FSRCNN
+* EfficientNet-lite
+
* RDN converted from [TensorFlow model](https://github.com/hengchuan/RDN-TensorFlow)
* Quantized RDN (CpuRef)