Skip to content
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

【PaddlePaddle Hackathon】在Paddle2ONNX 新增10个 Paddle 2.0 API 支持 #357

Merged
merged 4 commits into from
Oct 5, 2021

Conversation

AndPuQing
Copy link
Contributor

@AndPuQing AndPuQing commented Sep 27, 2021

PR types :New Operators

Describe:

Task: #346

在Paddle2ONNX 新增10个 Paddle 2.0 API 支持

10个API具体为:

  • paddle.acos(x, name=None)
  • paddle.argmin(x, axis=None, keepdim=False, dtype='int64', name=None)
  • paddle.asin(x, name=None)
  • paddle.atan(x, name=None)
  • paddle.ceil(x, name=None)
  • paddle.cos(x, name=None)
  • paddle.cosh(x, name=None)
  • paddle.nn.ELU(alpha=1.0, name=None)
  • paddle.nn.Hardshrink(threshold=0.5, name=None)
  • paddle.isfinite(x, name=None)

tests/test_argmin.py Outdated Show resolved Hide resolved
paddle2onnx/op_mapper/logic.py Outdated Show resolved Hide resolved
@AndPuQing AndPuQing requested a review from jiangjiajun October 4, 2021 11:48
Copy link
Collaborator

@jiangjiajun jiangjiajun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution! This pull request looks good to me.

@AndPuQing
Copy link
Contributor Author

Thanks for your contribution! This pull request looks good to me.

Thank you for your review. Should I send an email to request a merge?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants