From: 박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 Date: Wed, 21 Aug 2019 07:16:49 +0000 (+0900) Subject: [tf2tflite] Enable UNIT_Rsqrt_000 (#6775) X-Git-Tag: accepted/tizen/unified/20190903.052428~241 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee5be5c097c9cdcedc421f9b2b78b0fa39c5b866;p=platform%2Fcore%2Fml%2Fnnfw.git [tf2tflite] Enable UNIT_Rsqrt_000 (#6775) This will enable UNIT_Rsqrt_000 unit test Signed-off-by: SaeHie Park --- diff --git a/compiler/tf2tflite/test.lst b/compiler/tf2tflite/test.lst index 6e1562b..2170a1c 100644 --- a/compiler/tf2tflite/test.lst +++ b/compiler/tf2tflite/test.lst @@ -42,6 +42,7 @@ add(UNIT_RealDiv_000) add(UNIT_Relu_000) add(UNIT_Relu6_000) add(UNIT_Reshape_000) +add(UNIT_Rsqrt_000) add(UNIT_Softmax_001) add(UNIT_Sqrt_000) add(UNIT_SquaredDifference_000)