File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ proto::ProgramDesc *ProgramDesc::Proto() {
39
39
return &desc_;
40
40
}
41
41
42
- int ProgramDesc::Version () const { return desc_.version ().version (); }
42
+ int64_t ProgramDesc::Version () const { return desc_.version ().version (); }
43
43
44
44
ProgramDesc::ProgramDesc () {
45
45
desc_.mutable_version ()->set_version (kCurProgramVersion );
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class ProgramDesc {
57
57
58
58
proto::ProgramDesc *Proto ();
59
59
60
- int Version () const ;
60
+ int64_t Version () const ;
61
61
62
62
// The output variable of feed_op is referenced as feed_target.
63
63
// This function is used to collect the output variable's name of all
Original file line number Diff line number Diff line change 1
- /* Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserved.
1
+ /* Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved.
2
2
3
3
Licensed under the Apache License, Version 2.0 (the "License");
4
4
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserved.
1
+ /* Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved.
2
2
3
3
Licensed under the Apache License, Version 2.0 (the "License");
4
4
you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments