-
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
【complex op】 add complex support for unbind,broadcast,broadcast_tensors and broadcast_tensor_grad #59122
【complex op】 add complex support for unbind,broadcast,broadcast_tensors and broadcast_tensor_grad #59122
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
…ort_complex_unbind_broadcast_broadcast_tensors
), | ||
] | ||
paddle.broadcast_tensors(inputs) | ||
dtypes = ['float32', 'complex64', 'complex128'] |
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.
最好不要这么写,把单测case分开,不要写在一个test里面,单测报错的时候才能更直观的发现问题在哪,其他同
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.
收到
…ort_complex_unbind_broadcast_broadcast_tensors
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.
LGTM
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.
LGTM
PR types
Others
PR changes
APIs
Description
add complex support for unbind,broadcast,broadcast_tensors and broadcast_tensor_grad