From 472f6cd017dc8a33b598a7a7e446f3d5888d4f1a Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=84=B8=ED=9D=AC/On-Device=20Lab=28SR=29/Princip?= =?utf8?q?al=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Mon, 12 Aug 2019 06:39:22 +0900 Subject: [PATCH] [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 --- compiler/tf2tflite/test.lst | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.7.4