From 1b90942223a74ae0bd7f1c3897d9033a96b0b5a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=B2=9C=EA=B5=90/On-Device=20Lab=28SR=29/Enginee?= =?utf8?q?r/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Fri, 2 Aug 2019 19:47:14 +0900 Subject: [PATCH] [mocotest-tf] Enable basic Reshape test (#6164) This commit enables basic Reshape test, Reshape_000. Signed-off-by: Cheongyo Bahk --- compiler/mocotest-tf/test.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/mocotest-tf/test.lst b/compiler/mocotest-tf/test.lst index 8b98944..8779b60 100644 --- a/compiler/mocotest-tf/test.lst +++ b/compiler/mocotest-tf/test.lst @@ -15,6 +15,7 @@ add(Mul_000) add(Placeholder_000) add(Relu_000) add(Relu6_000) +add(Reshape_000) add(TF_IV3_AvgPool_GlobalPooling) add(TF_IV3_AvgPool_Module) add(TF_IV3_Conv2D_000) -- 2.7.4