From: 남궁석/On-Device Lab(SR)/Engineer/삼성전자 Date: Mon, 19 Aug 2019 08:45:52 +0000 (+0900) Subject: [mocotest-tf] Enable Softmax_001 test (#6685) X-Git-Tag: accepted/tizen/unified/20190903.052428~329 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1bf7f917fe94eb6b8c4ffa814043ee35942f611;p=platform%2Fcore%2Fml%2Fnnfw.git [mocotest-tf] Enable Softmax_001 test (#6685) This commit will enable `Softmax_001` test Signed-off-by: Seok NamKoong --- diff --git a/compiler/mocotest-tf/test.lst b/compiler/mocotest-tf/test.lst index 0041bdc..6d56eeb 100644 --- a/compiler/mocotest-tf/test.lst +++ b/compiler/mocotest-tf/test.lst @@ -17,6 +17,7 @@ add(RealDiv_000) add(Relu_000) add(Relu6_000) add(Reshape_000) +add(Softmax_001) add(Squeeze_000) add(Squeeze_001) add(Squeeze_002)