forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Relay] Support resize in the ONNX conversion (apache#8455)
* [Relay to Onnx] * Added support for resize2d op * Added unit test * [Relay to Onnx][Resize] * Fixed formatting errors * [Relay to Onnx][Resize] * Fixed issue in resize conversion: round maps to round_preferc_ceil * Updated resize unit test to test for coordinate transform mode and round * Known issue: Does not match for (NN, align_corners) and Cubic * * Fixed formatting errors * * Fixed some more formatting errors
- Loading branch information
1 parent
3e90bc3
commit 9d58481
Showing
2 changed files
with
136 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