forked from neo-ai/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.
[ONNX] [Relay] Update unique operator to match ONNX output (1D only) (a…
…pache#8099) * Fix topi test case and docs (tvm was returning inverse_indices and claiming it was indices) * Passes on CPU, fix unique op test * more changes * mtrying to fix optional outputs in onnx importer * TupleGetItem is being passed a stringgit add python/tvm/relay/frontend/onnx.py debugging print statements * Unique is passing onnx unit tests * fix indices * change comment * fix return of compute unique * black * fix lint * Some stray .asnumpy()s got through my merge, fix) * fix lint * revert changed .numpys * missed a few * fix more .asnumpy * fix black * Fix op level 3 test * remove prints * Fix pytorch and tf importers * black * fix lint * fix indentation * fix topi test
- Loading branch information
1 parent
7f7eb0b
commit 02647fe
Showing
11 changed files
with
227 additions
and
112 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
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
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
Oops, something went wrong.