[tflchef] Remove "comment" attribute (#2412)
author윤현식/동작제어Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Mon, 26 Nov 2018 23:51:06 +0000 (08:51 +0900)
committer박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 26 Nov 2018 23:51:06 +0000 (08:51 +0900)
"comment" is removed since "#" is comment in protobuffer schema.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
contrib/tflchef/proto/tflchef.proto

index 2a96f8e..8995184 100644 (file)
@@ -91,5 +91,4 @@ message ModelRecipe {
   repeated Operation operation = 2;
   repeated string input = 3;
   repeated string output = 4;
-  repeated string comment = 5;
 }