From: 남궁석/On-Device Lab(SR)/Engineer/삼성전자 Date: Mon, 23 Sep 2019 04:59:18 +0000 (+0900) Subject: [tf2tflite] Enable UNIT_Squeeze_003 test (#7679) X-Git-Tag: submit/tizen/20191205.083104~1113 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=607e444759969f002b6e82e7fce5acef444194ca;p=platform%2Fcore%2Fml%2Fnnfw.git [tf2tflite] Enable UNIT_Squeeze_003 test (#7679) This commit will enable `UNIT_Squeeze_003` test in tf2tflite Signed-off-by: Seok NamKoong --- diff --git a/compiler/tf2tflite/test.lst b/compiler/tf2tflite/test.lst index bc3bc48..ee141cf 100644 --- a/compiler/tf2tflite/test.lst +++ b/compiler/tf2tflite/test.lst @@ -63,6 +63,7 @@ add(UNIT_SquaredDifference_000) add(UNIT_Squeeze_000) add(UNIT_Squeeze_001) add(UNIT_Squeeze_002) +add(UNIT_Squeeze_003) add(UNIT_StopGradient_000) add(UNIT_StopGradient_001) add(UNIT_Sub_000)