提交 72e3ba50 编写于 作者: Y Yi Wang

update framework.proto

上级 662aeed2
......@@ -40,8 +40,8 @@ message OpDesc {
};
message Var {
string name; // e.g. "X"
int dup = 2 [ default = 0 ]; // e.g., "1"
required string name; // e.g. "X"
optional int dup = 2 [ default = 0 ]; // e.g., "1"
};
required string type = 3;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册