[tf2tflite] Enable test RealDiv and Sub (#6325)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 7 Aug 2019 05:41:48 +0000 (14:41 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 7 Aug 2019 05:41:48 +0000 (14:41 +0900)
This will enable tf2tflite test of RealDiv and Sub

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

index b1a254b..54f5043 100644 (file)
@@ -19,9 +19,11 @@ add(Mul_000)
 #add(Multiple_IO_001)
 add(Multiple_IO_002)
 add(Placeholder_000)
+add(RealDiv_000)
 add(Relu_000)
 add(Relu6_000)
 #add(Reshape_000)
+add(Sub_000)
 add(TF_IV3_AvgPool_GlobalPooling)
 add(TF_IV3_AvgPool_Module)
 add(TF_IV3_Conv2D_000)