Add new operation: BroadcastTensorsOp, test=develop#33294
Merged
JiabinYang merged 1 commit intoPaddlePaddle:developfrom Jun 23, 2021
Merged
Add new operation: BroadcastTensorsOp, test=develop#33294JiabinYang merged 1 commit intoPaddlePaddle:developfrom
JiabinYang merged 1 commit intoPaddlePaddle:developfrom
Conversation
|
Thanks for your contribution! |
Avin0323
reviewed
Jun 3, 2021
Avin0323
reviewed
Jun 3, 2021
|
Sorry to inform you that ac0d714's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
chenwhql
reviewed
Jun 17, 2021
chenwhql
reviewed
Jun 17, 2021
python/paddle/fluid/tests/unittests/test_broadcast_tensors_op.py
Outdated
Show resolved
Hide resolved
lanxianghit
reviewed
Jun 21, 2021
python/paddle/tensor/manipulation.py
Outdated
Contributor
Author
Contributor
Author
There was a problem hiding this comment.
与秋良确认了一下:
- 目前自动代码生成确实需要产生一个OutNum,后面如果出现较多类似broadcast_tensors的情况,考虑更新自动代码生成逻辑
- 目前来看多传入一个int num_inputs对性能影响不大
lanxianghit
reviewed
Jun 21, 2021
TCChenlong
previously approved these changes
Jun 23, 2021
53a3b06
TCChenlong
previously approved these changes
Jun 23, 2021
wanghuancoder
previously approved these changes
Jun 23, 2021
lanxianghit
previously approved these changes
Jun 23, 2021
cd34c1e
TCChenlong
approved these changes
Jun 23, 2021
lanxianghit
approved these changes
Jun 23, 2021
wanghuancoder
approved these changes
Jun 23, 2021
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


PR types
New features
PR changes
OPs
Describe
API:
Code position:
Example:
CN Doc PR: PaddlePaddle/docs#3606