From: 박천교/On-Device Lab(SR)/Engineer/삼성전자 Date: Fri, 2 Aug 2019 10:47:14 +0000 (+0900) Subject: [mocotest-tf] Enable basic Reshape test (#6164) X-Git-Tag: submit/tizen/20190809.050447~209 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b90942223a74ae0bd7f1c3897d9033a96b0b5a8;p=platform%2Fcore%2Fml%2Fnnfw.git [mocotest-tf] Enable basic Reshape test (#6164) This commit enables basic Reshape test, Reshape_000. Signed-off-by: Cheongyo Bahk --- diff --git a/compiler/mocotest-tf/test.lst b/compiler/mocotest-tf/test.lst index 8b98944..8779b60 100644 --- a/compiler/mocotest-tf/test.lst +++ b/compiler/mocotest-tf/test.lst @@ -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)