Skip to content

Commit

Permalink
update framework.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkuiyi committed Aug 8, 2017
1 parent 662aeed commit 72e3ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paddle/framework/framework.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 72e3ba5

Please sign in to comment.