You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/06/01 16:49:59 UTC

[GitHub] [tvm] mehrdadh commented on a diff in pull request #11464: [MLF] Add support for multiple modules in Model Library Format

mehrdadh commented on code in PR #11464:
URL: https://github.com/apache/tvm/pull/11464#discussion_r887026583


##########
python/tvm/micro/model_library_format.py:
##########
@@ -449,47 +498,53 @@ def _eval_shape(param_name, buffer_shape):
     return memory_map
 
 
-def _export_operator_model_library_format(mod: build_module.OperatorModule, tempdir):
+def _export_operator_model_library_format(
+    mods: typing.List[build_module.OperatorModule], tempdir: pathlib.Path

Review Comment:
   yeah makes sense.



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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org