From 1df647726b9f5a1bb725e13919f1f7fa506865c9 Mon Sep 17 00:00:00 2001 From: Mike Kelly Date: Fri, 30 Aug 2019 10:08:53 +0100 Subject: IVGCVSW-3507 Remove unsupported operation sections * Removed unsupported operation sections Signed-off-by: Mike Kelly Change-Id: I79216c5c015efeb5d2e19cd85f186c2f73bd1ca8 --- NnapiSupport.txt | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/NnapiSupport.txt b/NnapiSupport.txt index 3310f0e1..f1987962 100644 --- a/NnapiSupport.txt +++ b/NnapiSupport.txt @@ -54,20 +54,5 @@ TANH (FLOAT32,QUANT8_ASYMM) TRANSPOSE (FLOAT32,QUANT8_ASYMM) TRANSPOSE_CONV_2D (FLOAT32,QUANT8_ASYMM) ---- Unsupported operators --- - -The following AndroidNN HAL 1.0 operations are currently not supported: - -DEPTH_TO_SPACE -EMBEDDING_LOOKUP -HASHTABLE_LOOKUP -LSH_PROJECTION -RNN -SVDF - -The following AndroidNN HAL 1.2 operations are currently not supported: - -CONCATENATION - Where operations are not supported by the ArmNN Android NN Driver, the driver indicates this to the framework appropriately and the framework implements those operations using a CPU implementation. -- cgit v1.2.1