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

[Relay to onnx conversion][New ops] #8436

Merged
merged 9 commits into from
Jul 12, 2021
Merged

[Relay to onnx conversion][New ops] #8436

merged 9 commits into from
Jul 12, 2021

Conversation

schilkunda-amba
Copy link
Contributor

  • Added relay to onnx conversion support for the following ops: Sigmoid, Copy, Round, Cast, Conv2d transpose
  • Added unit tests
  • Fixed formatting errors

* added support for Sigmoid op
* added unit test
* added support for Copy op
* added unit test
* added support for Round op
* added unit test
* added support for Cast op
* added unit test
* fixed formatting
* Added support for conv2d transpose operator
* Added unit test case. Unit test is similar to the conv2d unit test.
Copy link
Contributor

@trevor-m trevor-m left a comment

Choose a reason for hiding this comment

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

Thanks @schilkunda-amba LGTM

@masahi masahi merged commit 3424005 into apache:main Jul 12, 2021
@schilkunda-amba schilkunda-amba deleted the relay_to_onnx_new_ops branch July 12, 2021 05:44
ylc pushed a commit to ylc/tvm that referenced this pull request Sep 29, 2021
* [Relay to Onnx conversion]

* added support for Sigmoid op
* added unit test

* [Relay to Onnx conversion][Copy]

* added support for Copy op
* added unit test

* [Relay to Onnx conversion][Round]

* added support for Round op
* added unit test

* [Relay to Onnx conversion][Cast]

* added support for Cast op
* added unit test

* [Relay to Onnx testing]

* fixed formatting

* * fixed formatting issues

* * fixed formatting issue in onnx.py

* [Relay to Onnx conversion][Conv2d Transpose]

* Added support for conv2d transpose operator
* Added unit test case. Unit test is similar to the conv2d unit test.

* * Fixed formatting errors
zxy844288792 pushed a commit to zxy844288792/tvm that referenced this pull request Mar 4, 2022
* [Relay to Onnx conversion]

* added support for Sigmoid op
* added unit test

* [Relay to Onnx conversion][Copy]

* added support for Copy op
* added unit test

* [Relay to Onnx conversion][Round]

* added support for Round op
* added unit test

* [Relay to Onnx conversion][Cast]

* added support for Cast op
* added unit test

* [Relay to Onnx testing]

* fixed formatting

* * fixed formatting issues

* * fixed formatting issue in onnx.py

* [Relay to Onnx conversion][Conv2d Transpose]

* Added support for conv2d transpose operator
* Added unit test case. Unit test is similar to the conv2d unit test.

* * Fixed formatting errors
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