aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-10-10 14:02:37 +0100
committerAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-10-10 14:02:37 +0100
commitad7545385e42bd183f6d27bfea30a57f76a1fb46 (patch)
treeb799ff51f187842419ce571da3c599cd167ea668
parenta2a7380b43bd0961575b35704713fe914559e7b3 (diff)
downloadandroid-nn-driver-ad7545385e42bd183f6d27bfea30a57f76a1fb46.tar.gz
IVGCVSW-3891 Remove FLOAT16 from the list of supported types for INSTANCE_NORMALIZATION
* Since CpuAcc does not support FLOAT16 for INSTANCE_NORMALIZATION, it should be removed from the list of (fully) supported types Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: Ice557a7a08eca6faa8283c399fa2b03e64e3ddc6
-rw-r--r--NnapiSupport.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/NnapiSupport.txt b/NnapiSupport.txt
index f159bc46..47a1574a 100644
--- a/NnapiSupport.txt
+++ b/NnapiSupport.txt
@@ -26,7 +26,7 @@ EXPAND_DIMS (FLOAT32,QUANT8_ASYMM)
FLOOR (FLOAT32)
FULLY_CONNECTED (FLOAT32,QUANT8_ASYMM)
GROUPED_CONV_2D (FLOAT32,QUANT8_ASYMM)
-INSTANCE_NORMALIZATION (FLOAT32,FLOAT16)
+INSTANCE_NORMALIZATION (FLOAT32)
L2_NORMALIZATION (FLOAT32)
L2_POOL_2D (FLOAT32,QUANT8_ASYMM)
LOCAL_RESPONSE_NORMALIZATION (FLOAT32)