From: 박천교/On-Device Lab(SR)/Engineer/삼성전자 Date: Thu, 8 Aug 2019 04:12:52 +0000 (+0900) Subject: [mocotest-tf] Enable Squeeze_002 (#6369) X-Git-Tag: submit/tizen/20190809.050447~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e0126723df662e2dd05435021f1978998276a54;p=platform%2Fcore%2Fml%2Fnnfw.git [mocotest-tf] Enable Squeeze_002 (#6369) This commit would enable squeeze network test with negative squeeze dimension. Signed-off-by: Cheongyo Bahk --- diff --git a/compiler/mocotest-tf/test.lst b/compiler/mocotest-tf/test.lst index 6972831..72b778b 100644 --- a/compiler/mocotest-tf/test.lst +++ b/compiler/mocotest-tf/test.lst @@ -19,6 +19,7 @@ add(Relu6_000) add(Reshape_000) add(Squeeze_000) add(Squeeze_001) +add(Squeeze_002) add(Sub_000) add(TF_IV3_AvgPool_GlobalPooling) add(TF_IV3_AvgPool_Module)