Skip to content

Conversation

@schilkunda-amba
Copy link
Contributor

@schilkunda-amba schilkunda-amba commented Jun 28, 2021

  • Added support for following ops: Sigmoid, Copy, Round, Cast and Conv2D transpose
  • Fixed issues in Pool and Pad conversion

* added support for Sigmoid op
* added unit test
* added support for Copy op
* added unit test
* added missing ceil_mode in average pool and max pool conversion
* 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.
* Fixed issue in Pad conversion
* Updated unit test
* Known issue: Relay pad defn is missing pad_value arg
* Changed pad_value to input instead of attrs
* See PR: #7860
* Fixed some formatting errors
@u99127
Copy link

u99127 commented Jul 5, 2021

  • Added support for following ops: Sigmoid, Copy, Round, Cast and Conv2D transpose
  • Fixed issues in Pool and Pad conversion

Could you please fix the title to say this adds support for the above mentioned ONNX operators. The ONNX frontend lowers to Relay , not the other way around .. :)

Could you also have a separate pull request for fixing issues vs new features and could you explain what the fixes are doing and if there are tests that cover these fixes ?

@schilkunda-amba
Copy link
Contributor Author

Okay, will make those changes and resubmit.

@schilkunda-amba schilkunda-amba deleted the relay_to_onnx branch July 12, 2021 05:46
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.

2 participants