-
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
【PIR API adaptor No.22】Migrate paddle.nn.functional.bilinear into pir #58690
Conversation
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.
test/legacy_test/test_layers.py 里有 paddle.nn.Bilinear 相关的单测,麻烦补一下吧~ 😃
ci 挂在了 test_layers.py 中的 self.get_static_graph_result 函数里。这个 PR 会对这一类的问题进行 fix #58608 |
你的PR提交成功,感谢你对开源项目的贡献! |
这个 pr 已经合入了。麻烦 merge 一下最新的 develop 分支,再跑一下 ci 看是否会报错~ |
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
Others
Description
Migrate paddle.nn.functional.bilinear into pir
paddle.nn.functional.bilinear
unit test coverage 1/1