[mocotest-tf] Enable basic Reshape test (#6164)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Fri, 2 Aug 2019 10:47:14 +0000 (19:47 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Fri, 2 Aug 2019 10:47:14 +0000 (19:47 +0900)
This commit enables basic Reshape test, Reshape_000.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
compiler/mocotest-tf/test.lst

index 8b98944..8779b60 100644 (file)
@@ -15,6 +15,7 @@ add(Mul_000)
 add(Placeholder_000)
 add(Relu_000)
 add(Relu6_000)
+add(Reshape_000)
 add(TF_IV3_AvgPool_GlobalPooling)
 add(TF_IV3_AvgPool_Module)
 add(TF_IV3_Conv2D_000)