Skip to content

Commit 318ba99

Browse files
committed
revert changes in protobuf.cc and type_defs
1 parent aa6dc82 commit 318ba99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/framework/framework.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ message OpDesc {
5656
optional int32 block_idx = 12;
5757
optional int64 l = 13;
5858
repeated int32 blocks_idx = 14;
59-
optional int64 longs = 15;
59+
repeated int64 longs = 15;
6060
};
6161

6262
message Var {

0 commit comments

Comments
 (0)