From: 남궁석/On-Device Lab(SR)/Engineer/삼성전자 Date: Mon, 19 Aug 2019 08:46:02 +0000 (+0900) Subject: [tf2tflite] Enable Softmax_001 test (#6687) X-Git-Tag: accepted/tizen/unified/20190903.052428~328 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db7183daf15204bdc080003dda67125419954f1e;p=platform%2Fcore%2Fml%2Fnnfw.git [tf2tflite] Enable Softmax_001 test (#6687) This commit will enable `Softmax_001` test in `tf2tflite` Signed-off-by: Seok NamKoong --- diff --git a/compiler/tf2tflite/test.lst b/compiler/tf2tflite/test.lst index a661d7a..c98c187 100644 --- a/compiler/tf2tflite/test.lst +++ b/compiler/tf2tflite/test.lst @@ -23,6 +23,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)