From 08a780e3dada369049093e9df63157bc1dd2e580 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: Wed, 7 Aug 2019 14:40:43 +0900 Subject: [PATCH] [mocotest-tf] Enable RealDiv and Sub test (#6324) This will enable mocotest-tf test for RealDiv and Sub Signed-off-by: SaeHie Park --- compiler/mocotest-tf/test.lst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/mocotest-tf/test.lst b/compiler/mocotest-tf/test.lst index 96de9e2..6972831 100644 --- a/compiler/mocotest-tf/test.lst +++ b/compiler/mocotest-tf/test.lst @@ -13,11 +13,13 @@ add(MaxPool_000) add(MaxPool_001) add(Mul_000) add(Placeholder_000) +add(RealDiv_000) add(Relu_000) add(Relu6_000) add(Reshape_000) add(Squeeze_000) add(Squeeze_001) +add(Sub_000) add(TF_IV3_AvgPool_GlobalPooling) add(TF_IV3_AvgPool_Module) add(TF_IV3_Conv2D_000) -- 2.7.4