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

Commits on Jul 9, 2021

  1. [Relay to Onnx conversion]

    * added support for Sigmoid op
    * added unit test
    schilkunda-amba committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    1e3f495 View commit details
    Browse the repository at this point in the history
  2. [Relay to Onnx conversion][Copy]

    * added support for Copy op
    * added unit test
    schilkunda-amba committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    3ac2b91 View commit details
    Browse the repository at this point in the history
  3. [Relay to Onnx conversion][Round]

    * added support for Round op
    * added unit test
    schilkunda-amba committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    388c309 View commit details
    Browse the repository at this point in the history
  4. [Relay to Onnx conversion][Cast]

    * added support for Cast op
    * added unit test
    schilkunda-amba committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    2545ec9 View commit details
    Browse the repository at this point in the history
  5. [Relay to Onnx testing]

    * fixed formatting
    schilkunda-amba committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    44ac131 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b66412 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a6faaa View commit details
    Browse the repository at this point in the history
  8. [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.
    schilkunda-amba committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    736e937 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3fd97c6 View commit details
    Browse the repository at this point in the history