-
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
[HEU][Paddle TensorRT No.62、64] Add (pd_op.index_put、pd_op.pow) converter #69889
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
self.api_args = { | ||
"x": np.random.random([3, 3]).astype("float32"), | ||
"indices": ([0, 1, 2], [1, 2, 1]), | ||
"value": [1.0, 1.0, 1.0], |
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.
marker里限制了value的shape固定为1,但是单测给的value shape全部都是大于1,这不太合理
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.
已修改
Sorry to inform you that 02187f4's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
Sorry to inform you that 2b3e3bd's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
PR Category
Inference
PR Types
New features
Description
新增了pd_op.index_put Marker和Converter
新增了pd_op.pow Marker和Converter
pcard-71500