From 1fa3d939c7c071b2608f41d749d0ff712caeff55 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=9C=A4=ED=98=84=EC=8B=9D/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Principal=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Tue, 27 Nov 2018 08:51:06 +0900 Subject: [PATCH] [tflchef] Remove "comment" attribute (#2412) "comment" is removed since "#" is comment in protobuffer schema. Signed-off-by: Hyun Sik Yoon --- contrib/tflchef/proto/tflchef.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/tflchef/proto/tflchef.proto b/contrib/tflchef/proto/tflchef.proto index 2a96f8e..8995184 100644 --- a/contrib/tflchef/proto/tflchef.proto +++ b/contrib/tflchef/proto/tflchef.proto @@ -91,5 +91,4 @@ message ModelRecipe { repeated Operation operation = 2; repeated string input = 3; repeated string output = 4; - repeated string comment = 5; } -- 2.7.4