aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2024-02-26 09:12:23 +0000
committerTeresaARM <teresa.charlinreyes@arm.com>2024-03-12 16:59:29 +0000
commite3cc71663e39a2d46bad3ef7e6c146ff9a9e5b0e (patch)
tree2559295d707eb88b0370370ccca36f250856a6a5 /docs
parent70dc5e9dc375c2feb306c7e709078c9f61ef8b1a (diff)
downloadarmnn-e3cc71663e39a2d46bad3ef7e6c146ff9a9e5b0e.tar.gz
IVGCVSW-8230 Add ScatterNd to Serializer and Deserializer
* Added parsing functions to the serializer and deserializer * Added ScatterNd and its Descriptor to the ArmnnSchema.fbs * Added Unittest for Serializer and Deserializer Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: I1ed674dc32d2e2d0d84dca4c7018984ea367ea50
Diffstat (limited to 'docs')
-rw-r--r--docs/05_02_serializer.dox2
-rw-r--r--docs/05_06_deserializer.dox2
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/05_02_serializer.dox b/docs/05_02_serializer.dox
index a31917846e..1bb3d53571 100644
--- a/docs/05_02_serializer.dox
+++ b/docs/05_02_serializer.dox
@@ -116,6 +116,8 @@ The Arm NN SDK Serializer currently supports the following layers:
- ReverseV2
+- ScatterNd
+
- Shape
- Slice
diff --git a/docs/05_06_deserializer.dox b/docs/05_06_deserializer.dox
index bf44dbf966..6f5dcf4d56 100644
--- a/docs/05_06_deserializer.dox
+++ b/docs/05_06_deserializer.dox
@@ -118,6 +118,8 @@ The Arm NN SDK Deserialize parser currently supports the following layers:
- ReverseV2
+- ScatterNd
+
- Slice
- Softmax