areusch commented on a change in pull request #7533:
URL: https://github.com/apache/tvm/pull/7533#discussion_r590498888
##########
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:
@manupa-arm I have a forthcoming RFC which makes some complementary
changes to the codegen pipeline that then allow for a more rigorous discussion
about this format. after that RFC has been discussed, we can then consider
promoting Model Library Format to `tvm.runtime.Module` in a way that's
accommodating to more users.
----------------------------------------------------------------
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]