CircleSpin opened a new pull request #7739:
URL: https://github.com/apache/tvm/pull/7739


   This PR moves the load component from compile_module to drive_compile to 
make it cleaner for python scripting. It prevents "double dipping" the load in 
frontends more than once. 
   The flow is now 
   1. mod, params = tvmc.load("whatever") #from frontends.py
   2. lib, etc = tvmc.compile(mod, params) #from compiler.py
   
   See PR #7698 for import details.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to