[mocotest-tf] Enable tests that pass (#5767)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 23 Jul 2019 04:21:12 +0000 (13:21 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 23 Jul 2019 04:21:12 +0000 (13:21 +0900)
This will enable tests that pass, copied from tf2tflite test items

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
compiler/mocotest-tf/test.lst

index f53d67c..028380b 100644 (file)
@@ -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)