From e1bf7f917fe94eb6b8c4ffa814043ee35942f611 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=82=A8=EA=B6=81=EC=84=9D/On-Device=20Lab=28SR=29/Enginee?= =?utf8?q?r/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Mon, 19 Aug 2019 17:45:52 +0900 Subject: [PATCH] [mocotest-tf] Enable Softmax_001 test (#6685) This commit will enable `Softmax_001` test Signed-off-by: Seok NamKoong --- compiler/mocotest-tf/test.lst | 1 + 1 file changed, 1 insertion(+) 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) -- 2.7.4