[tf2tflite] Enable UNIT_Mean_00x tests (#7657)
author남궁석/On-Device Lab(SR)/Engineer/삼성전자 <sk.namkoong@samsung.com>
Mon, 23 Sep 2019 04:32:26 +0000 (13:32 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 23 Sep 2019 04:32:26 +0000 (13:32 +0900)
This commit will enable `UNIT_Mean_000` ~ `UNIT_Mean_003`
tests in tf2tflite

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
compiler/tf2tflite/test.lst

index 17f3d17..bc3bc48 100644 (file)
@@ -44,6 +44,10 @@ add(UNIT_DepthwiseConv2D_000)
 add(UNIT_DepthwiseConv2D_001)
 add(UNIT_MaxPool_000)
 add(UNIT_MaxPool_001)
+add(UNIT_Mean_000)
+add(UNIT_Mean_001)
+add(UNIT_Mean_002)
+add(UNIT_Mean_003)
 add(UNIT_Mul_000)
 add(UNIT_Mul_001)
 add(UNIT_Mul_002)