[tf2tflite] Enable Relu6_000 test (#5886)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 25 Jul 2019 08:59:11 +0000 (17:59 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 25 Jul 2019 08:59:11 +0000 (17:59 +0900)
tf2tflite test framework now checks Relu6_000 automatically.

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

index 42ef380..f30ebf8 100644 (file)
@@ -20,6 +20,7 @@ add(MaxPool_001)
 add(Multiple_IO_002)
 add(Placeholder_000)
 add(Relu_000)
+add(Relu6_000)
 #add(Reshape_000)
 add(TF_IV3_AvgPool_GlobalPooling)
 add(TF_IV3_AvgPool_Module)