[tf2tflite] Enable UNIT_Rsqrt_000 (#6775)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 21 Aug 2019 07:16:49 +0000 (16:16 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 21 Aug 2019 07:16:49 +0000 (16:16 +0900)
This will enable UNIT_Rsqrt_000 unit test

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
compiler/tf2tflite/test.lst

index 6e1562b..2170a1c 100644 (file)
@@ -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)