From b392e9845b7f40ab0c389f29f13f6ec84dd814d1 Mon Sep 17 00:00:00 2001 From: mathad01 Date: Wed, 7 Apr 2021 12:07:30 +0100 Subject: IVGCVSW-5410 Add front-end support for CAST IVGCVSW-5415 Add TfLiteParser support for CAST * Added front end support for CAST, including support in the Reference workload, Serialization, Deserializtion, Unit tests, and TfLiteParser. Signed-off-by: mathad01 Change-Id: Iaf670ca5912a21ed6bc84f7f83a68b42154846bb --- docs/01_02_deserializer_serializer.dox | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/01_02_deserializer_serializer.dox b/docs/01_02_deserializer_serializer.dox index 6884b93dd1..1df3999d0a 100644 --- a/docs/01_02_deserializer_serializer.dox +++ b/docs/01_02_deserializer_serializer.dox @@ -24,6 +24,7 @@ The Arm NN SDK Serializer currently supports the following layers: - ArgMinMax - BatchToSpaceNd - BatchNormalization +- Cast - Comparison - Concat - Constant @@ -109,6 +110,7 @@ The Arm NN SDK Deserialize parser currently supports the following layers: - ArgMinMax - BatchToSpaceNd - BatchNormalization +- Cast - Concat - Comparison - Constant -- cgit v1.2.1