-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Frontend][PaddlePaddle] Add 100+ operators supporting #9102
Conversation
merge to newest code
…828/tvm into add_paddingmode_support
add paddle test case
Paddle frontend
Add padding mode support for conv/pool2d
add test case and fix bug
Paddle frontend
fix conv strides bug
SAME of padding_algorithm
Thanks for the contribution! This is great, but can you split this up into like ~10 PRs so we can effectively review this? |
g.add_node(op.output("Out")[0], out) | ||
|
||
|
||
def convert_arg_min(g, op, block): |
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.
nit: argmin
OK, I'll try to split this pull request |
Fixed fill_any_like bug
Fixed ones_like bug
In this pull request, we increase the number of supported PaddlePaddle operators to 150, which covers lots of nlp/cv models
@junrushao1994
Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from Reviewers by @ them in the pull request thread.