-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactorize framework/*.proto #3322
Merged
reyoung
merged 45 commits into
PaddlePaddle:develop
from
wangkuiyi:refactorize_framework_proto
Aug 14, 2017
Merged
Changes from 38 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
e0e9a81
Update CMakeLists
wangkuiyi 662aeed
Update operator/CMakeLists.txt
wangkuiyi 72e3ba5
update framework.proto
wangkuiyi 7e83011
Try make pass
reyoung dba618c
Make Compile Pass
reyoung d97a2b4
Merge pull request #3 from reyoung/feature/refactorize_framework_proto
wangkuiyi 9544068
Resovle conflicts manually
wangkuiyi 4a78885
Add a temporary test case otherwise there would be linking error with…
wangkuiyi 7702ab1
Merge branch 'develop' of github.com:baidu/Paddle into feature/refact…
reyoung 3d4ba22
Merge branch 'develop' of github.com:baidu/Paddle into feature/refact…
reyoung b368c6c
Rename op_proto_name/var_names -> parameter/arguments
reyoung 5a59111
Modify rnn op unit test after refactoring framework proto.
qingqing01 78af6e6
Add OutputVars method to get all outputs or outputs without intermediate
reyoung 030f430
Merge branch 'develop' of github.com:baidu/Paddle into feature/refact…
reyoung 665e1a3
Update grad_op_builder after refactoring framework proto.
qingqing01 5f6e5ed
Merge pull request #7 from qingqing01/grad_op_builder
wangkuiyi 36709d0
Merge pull request #5 from qingqing01/rnn_test_for_refactorize_framew…
wangkuiyi 7202f42
Merge branch 'refactorize_framework_proto' into feature/refactorize_f…
qingqing01 c7e8c1a
Merge pull request #6 from reyoung/feature/refactorize_framework_proto
reyoung 71acaff
Tiny fix
qingqing01 7fab7dd
Merge branch 'develop' of github.com:baidu/Paddle into feature/refact…
reyoung 5ac3641
Merge pull request #8 from reyoung/feature/refactorize_framework_proto
reyoung 0f84bb3
Fix merge error
reyoung 0515d40
Merge pull request #9 from reyoung/feature/refactorize_framework_proto
qingqing01 ac5893e
Fix grad_op_builder
qingqing01 8810490
update code
qingqing01 f485815
Merge pull request #10 from qingqing01/framework_proto
wangkuiyi c99f84a
Fix python unit tests
reyoung 133a8ea
Polish Error message
reyoung dfb4ea7
make unit test of backward_test pass.
qingqing01 aad49da
Merge remote-tracking branch 'wangkuiyi/refactorize_framework_proto' …
qingqing01 5422776
Merge pull request #12 from qingqing01/framework_proto
wangkuiyi 96fc9e7
Merge pull request #11 from reyoung/fix_python_tests
wangkuiyi d6d4641
Merge branch 'develop' of github.com:baidu/Paddle into final_fixes
reyoung 610a258
Fix all unit tests in Python
reyoung 509d320
Fix CI and style
reyoung 0b1052f
Get `DEFINE_OPERATOR_CTOR` Back to code
reyoung 88a3d8d
Merge pull request #13 from reyoung/final_fixes
qingqing01 4a604c2
Polish Our code by YuYang's review
reyoung ef29b52
Simplify unit test code
reyoung f09cb65
Follow comments from WangYi
reyoung 1ed5f02
Merge pull request #14 from reyoung/feature/refactorize_framework_proto
reyoung 63b2e45
Fix CI Test
reyoung 8371f67
Merge branch 'refactorize_framework_proto' of /~https://github.com/wang…
reyoung 64a4dfe
Fix CI
reyoung File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The input_format is out of use now. It can be removed.