tqchen commented on a change in pull request #7533:
URL: https://github.com/apache/tvm/pull/7533#discussion_r589880145
##########
File path: python/tvm/runtime/module.py
##########
@@ -370,6 +390,44 @@ def export_library(self, file_name, fcompile=None,
addons=None, workspace_dir=No
return fcompile(file_name, files, **kwargs)
+ def export_model_library_format(self, codegen_dir: str):
Review comment:
can we change it to micro.export_model_library_format?
----------------------------------------------------------------
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]