Skip to content

Conversation

@Wangzheee
Copy link
Contributor

PR types

Others

PR changes

Others

Describe

修复elementwise在维度相同时可以广播的问题

@paddle-bot-old
Copy link

paddle-bot-old bot commented Dec 7, 2021

Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

};

if (CheckDims(dims_x, dims_y)) {
if (dims_x.nbDims == dims_y.nbDims) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check一下单测吧

Copy link
Member

@shangzhizhou shangzhizhou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shangzhizhou shangzhizhou merged commit f695dc9 into PaddlePaddle:develop Dec 9, 2021
Wangzheee added a commit to Wangzheee/Paddle that referenced this pull request Dec 10, 2021
…addlePaddle#37908) * fix_ele_convert: IElementWiseLayer can broadcast * fix_ele_convert
Superjomn pushed a commit that referenced this pull request Dec 13, 2021
…37908) (#38032) * fix_ele_convert: IElementWiseLayer can broadcast * fix_ele_convert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants