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.
[TVMC] Separate model loading from model compilation in TVMC. (apache…
…#7739) * add to init files for clean tvmc python * adjust tests to new imports * add to compiler.py * update so model loads in drive_compile * update test_compiler.py to load outside of tvmc.compile, need to correct one error * fix mock.patch test * remove merge artifact (circular import issue) * change typo and merge artifact * fix import in test_compiler.py * black needed files * remove unnecessary argument model_format from compile_module * load before compile in conftest.py * fix conftest.py issue * fix typo in test_compiler.py Co-authored-by: Jocelyn <jocelyn@pop-os.localdomain> Co-authored-by: Josh Fromm <jwfromm@uw.edu>
- Loading branch information
1 parent
66a1434
commit b1a68c3
Showing
3 changed files
with
34 additions
and
33 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