-
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
Add axis for mul_op
and rowwise_add_op
#3888
Merged
+301
−52
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
e76fa85
WIP
JiayiFeng 86655cb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
JiayiFeng af0264a
Add global function `FalttenToMatrix` and add `axis` for MulOp
JiayiFeng 69fbc54
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
JiayiFeng d71396b
Add global function `flatten_to_2d()`
JiayiFeng e168fc4
Add unit tests for cases that `mul_op` takes tensors as inputs
JiayiFeng 256d6a3
Add axis for rowwise_add_op
JiayiFeng f2a66ff
Follow comments
JiayiFeng 823bdd6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
JiayiFeng 3d62c6d
Fix bug
JiayiFeng 0c13660
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
JiayiFeng 5aacd64
Follow comments
JiayiFeng d7c8bdc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
JiayiFeng b744430
Follow comments
JiayiFeng 1d9a4d2
Move some comments to .h file
JiayiFeng f6e72c9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
JiayiFeng b6a4666
test
JiayiFeng 856611c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
JiayiFeng 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
Add global function
FalttenToMatrix
and add axis
for MulOp
- v3.0.0-rc1
- v3.0.0-rc0
- v3.0.0-beta2
- v3.0.0-beta1
- v3.0.0-beta0
- v2.6.2
- v2.6.1
- v2.6.0
- v2.6.0-bak0
- v2.5.2
- v2.5.1
- v2.5.0
- v2.5.0-rc1
- v2.5.0-rc0
- v2.4.2
- v2.4.1
- v2.4.0
- v2.4.0-rc0
- v2.3.2
- v2.3.1
- v2.3.0
- v2.3.0-rc0
- v2.2.2
- v2.2.1
- v2.2.0
- v2.2.0-rc0
- v2.2.0-bak0
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.1.0-rc0
- v2.0.2
- v2.0.1
- v2.0.0
- v2.0.0-rc1
- v2.0.0-rc0
- v2.0.0-beta0
- v2.0.0-alpha0
- v1.8.5
- v1.8.4
- v1.8.3
- v1.8.2
- v1.8.1
- v1.8.0
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6.0
- v1.6.0-rc0
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.1
- v1.4.0
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.2
- v1.0.1
- v1.0.0
- v1.0.0-rc0
- v0.15.0
- v0.15.0-rc0
- v0.14.0
- v0.13.0
- v0.12.0
- v0.11.1a2
- v0.11.1a1
- v0.11.0
- lite-v0.1
commit af0264aa6b420f1401823792854c3a5c1e889cd2
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
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.
Z -> z
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.
done