-
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
【SCU】【Paddle Tensor No.5】新增 Tensor.__rand__,复用已有接口Tensor.__and__ #69473
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
15399e4
Add English explanation
SCUcookie 8986f04
Merge branch 'PaddlePaddle:develop' into develop
SCUcookie 17bbaeb
Merge branch 'PaddlePaddle:develop' into develop
SCUcookie 773e954
Merge branch 'PaddlePaddle:develop' into develop
SCUcookie 09fe571
Merge branch 'PaddlePaddle:develop' into develop
SCUcookie d20ae97
Merge branch 'PaddlePaddle:develop' into develop
SCUcookie 18349c5
modify code
SCUcookie 34d57d5
Merge branch 'PaddlePaddle:develop' into develop
SCUcookie 2461584
add __rand__
SCUcookie 72fc12d
cancel update
SCUcookie 6d4addc
add __rand__
SCUcookie eeb07ec
delete superfluous code
SCUcookie 48e14ac
recover code
SCUcookie ae0a24b
Merge branch 'PaddlePaddle:develop' into Origin
SCUcookie 82c622c
develop
SCUcookie 73bb823
recover
SCUcookie cf81a6d
Merge branch 'PaddlePaddle:develop' into develop
SCUcookie 376e452
add __rand__
SCUcookie 777324f
Merge branch 'develop' of github.com:SCUcookie/Paddle into MyTensor
SCUcookie 43a4d5c
Merge branch 'Origin' of github.com:SCUcookie/Paddle into MyTensor
SCUcookie 214b64c
finish
SCUcookie b1a12a2
modify v1
SCUcookie 3bb3cdd
question
SCUcookie c99d929
try
SCUcookie a456dbe
precommit
SCUcookie fddc3c2
modifying
SCUcookie 0f9469c
add error report
SCUcookie f689980
precommit
SCUcookie 78f4800
precommit
SCUcookie f190969
modify test_math_op_patch and log.py
SCUcookie 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 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.
还有一个文件需要添加单测:Paddle/test/legacy_test/test_math_op_patch.py
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.
谢谢老师,已修改