[enco] Replaced "comment" to "#" in tfl test recipes (#2403)
author윤현식/동작제어Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Mon, 26 Nov 2018 09:53:22 +0000 (18:53 +0900)
committer박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 26 Nov 2018 09:53:22 +0000 (18:53 +0900)
By this commit, "comment" field in tfl test recipes was replaced to "#"

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
contrib/enco/test/tflite/Conv2D_000/test.recipe
contrib/enco/test/tflite/Conv2D_001/test.recipe
contrib/enco/test/tflite/Conv2D_002/test.recipe

index cc0dfd0..9f08418 100644 (file)
@@ -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
index 12e7198..d9d4904 100644 (file)
@@ -1,4 +1,4 @@
-comment: "Test for SAME padding"
+# Test for SAME padding
 operand {
   name: "ifm"
   type: FLOAT32
index 24dc058..55976c9 100644 (file)
@@ -1,4 +1,4 @@
-comment: "Test for RELU activation layer"
+# Test for RELU activation layer
 operand {
   name: "ifm"
   type: FLOAT32