manupa-arm commented on a change in pull request #7533:
URL: https://github.com/apache/tvm/pull/7533#discussion_r589986306



##########
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:
       May I ask why though? I can't immediately see why should it be 
restricted to micro. This format should be beneficial to flows that would 
otherwise use module.save() traversing the import tree.




----------------------------------------------------------------
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