From 18821643224f76394605a93ca2c8df00480616bf 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: Tue, 23 Jul 2019 13:21:12 +0900 Subject: [PATCH] [mocotest-tf] Enable tests that pass (#5767) This will enable tests that pass, copied from tf2tflite test items Signed-off-by: SaeHie Park --- compiler/mocotest-tf/test.lst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/compiler/mocotest-tf/test.lst b/compiler/mocotest-tf/test.lst index f53d67c..028380b 100644 --- a/compiler/mocotest-tf/test.lst +++ b/compiler/mocotest-tf/test.lst @@ -2,12 +2,22 @@ add(AvgPool_000) add(AvgPool_001) add(BiasAdd_000) add(BiasAdd_001) +add(BiasAdd_002) add(Concat_000) add(Concat_001) add(Concat_002) add(Const_000) add(Conv2D_000) add(MaxPool_000) +add(MaxPool_001) add(Placeholder_000) add(Relu_000) add(Relu6_000) +add(TF_IV3_AvgPool_GlobalPooling) +add(TF_IV3_AvgPool_Module) +add(TF_IV3_Conv2D_000) +add(TF_IV3_MaxPool) +add(TF_SMALL_NET_0000) +add(TF_SMALL_NET_0001) +add(TF_SMALL_NET_0002) +add(TF_SMALL_NET_0003) -- 2.7.4