From: 윤현식/동작제어Lab(SR)/Principal Engineer/삼성전자 Date: Mon, 26 Nov 2018 09:53:22 +0000 (+0900) Subject: [enco] Replaced "comment" to "#" in tfl test recipes (#2403) X-Git-Tag: nncc_backup~1256 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24414faf952f3a3762b169ec986c41e6cfc4c020;p=platform%2Fcore%2Fml%2Fnnfw.git [enco] Replaced "comment" to "#" in tfl test recipes (#2403) By this commit, "comment" field in tfl test recipes was replaced to "#" Signed-off-by: Hyun Sik Yoon --- diff --git a/contrib/enco/test/tflite/Conv2D_000/test.recipe b/contrib/enco/test/tflite/Conv2D_000/test.recipe index cc0dfd0..9f08418 100644 --- a/contrib/enco/test/tflite/Conv2D_000/test.recipe +++ b/contrib/enco/test/tflite/Conv2D_000/test.recipe @@ -1,4 +1,4 @@ -comment: "Test for basic case: VALID padding, no activation layer, stride=[1,1]" +# Test for basic case: VALID padding, no activation layer, stride=[1,1] operand { name: "ifm" type: FLOAT32 diff --git a/contrib/enco/test/tflite/Conv2D_001/test.recipe b/contrib/enco/test/tflite/Conv2D_001/test.recipe index 12e7198..d9d4904 100644 --- a/contrib/enco/test/tflite/Conv2D_001/test.recipe +++ b/contrib/enco/test/tflite/Conv2D_001/test.recipe @@ -1,4 +1,4 @@ -comment: "Test for SAME padding" +# Test for SAME padding operand { name: "ifm" type: FLOAT32 diff --git a/contrib/enco/test/tflite/Conv2D_002/test.recipe b/contrib/enco/test/tflite/Conv2D_002/test.recipe index 24dc058..55976c9 100644 --- a/contrib/enco/test/tflite/Conv2D_002/test.recipe +++ b/contrib/enco/test/tflite/Conv2D_002/test.recipe @@ -1,4 +1,4 @@ -comment: "Test for RELU activation layer" +# Test for RELU activation layer operand { name: "ifm" type: FLOAT32