From: 박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 Date: Sun, 11 Aug 2019 21:39:22 +0000 (+0900) Subject: [tf2tflite] enable test of fusion of binary op (#6444) X-Git-Tag: submit/tizen/20190812.062103~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=472f6cd017dc8a33b598a7a7e446f3d5888d4f1a;p=platform%2Fcore%2Fml%2Fnnfw.git [tf2tflite] enable test of fusion of binary op (#6444) This will enable test of fusion with binary op with Conv2D, BiasAdd Signed-off-by: SaeHie Park --- diff --git a/compiler/tf2tflite/test.lst b/compiler/tf2tflite/test.lst index 54f5043..0211144 100644 --- a/compiler/tf2tflite/test.lst +++ b/compiler/tf2tflite/test.lst @@ -32,3 +32,7 @@ add(TF_SMALL_NET_0000) add(TF_SMALL_NET_0001) add(TF_SMALL_NET_0002) add(TF_SMALL_NET_0003) +add(TF_SMALL_NET_0007) +add(TF_SMALL_NET_0008) +add(TF_SMALL_NET_0009) +add(TF_SMALL_NET_0010)