-
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 TensorRT No.4】Add pd_op.stanh
converter
#69539
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
[1] * len(x.shape) | ||
), | ||
) | ||
scaled_a_x = network.add_elementwise( |
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.
这里写的不对,没有这么麻烦,参考一下activation_op.cc中92行的代码
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.
已更改
冲突了 |
解决了 |
2024-12-04 23:25:36 2662 - test_converter_activation (Failed) |
PR Category
User Experience
PR Types
New features
Description
新增了
pd_op.stanh
Marker和Converter