From 47baf112a3319dd9807d9e190820fec0c015674b 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: Mon, 19 Aug 2019 18:07:29 +0900 Subject: [PATCH] [mocotest-tf] Add divide comment for refactoring (#6680) This comment will be removed after test case convention refactoring project. 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 6d56eeb..8499f05 100644 --- a/compiler/mocotest-tf/test.lst +++ b/compiler/mocotest-tf/test.lst @@ -26,6 +26,7 @@ add(TF_IV3_AvgPool_GlobalPooling) add(TF_IV3_AvgPool_Module) add(TF_IV3_Conv2D_000) add(TF_IV3_MaxPool) +# TODO Refactor above to below add(NET_0000) add(NET_0001) add(NET_0002) -- 2.7.4