From ad7545385e42bd183f6d27bfea30a57f76a1fb46 Mon Sep 17 00:00:00 2001 From: Aron Virginas-Tar Date: Thu, 10 Oct 2019 14:02:37 +0100 Subject: 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 Change-Id: Ice557a7a08eca6faa8283c399fa2b03e64e3ddc6 --- NnapiSupport.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1