-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Relay to onnx conversion][New ops] (#8436)
* [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
- Loading branch information
1 parent
c3558a1
commit 3424005
Showing
2 changed files
with
156 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters