-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[API Compatiblity] mixed type in static image mode(roll、flatten、logical_*) #74910
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
[API Compatiblity] mixed type in static image mode(roll、flatten、logical_*) #74910
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
wanghuancoder
left a comment
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
XiaoguangHu01
left a comment
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
|
3个pr因冲突合并提交,此前分别都通过了Coverage |
PR Category
Operator Mechanism
PR Types
New features
Description
合并下面三个pr内容。
PR1:#74858
支持静态图模式下 PyObject 可以是混合类型(例如:[int,Value,Value] );
静态图下可支持下面参数类型:
PR2:#74907
下沉paddle.roll、paddle.flatten 和 paddle.Tensor.flatten 到C++层,支持Torch的传参方法。
流程:
其他:
修复python_c_gen代码生成的bug。
避免nn.functional.sigmoid 引起的单测报错
PR3:#74733
Fix compatibility in paddle.logical_and, paddle.logical_not, paddle.logical_or, paddle.logical_xor
pcard-67164