mehrdadh commented on code in PR #11464:
URL: https://github.com/apache/tvm/pull/11464#discussion_r897356445
##########
python/tvm/micro/model_library_format.py:
##########
@@ -67,56 +69,75 @@ def generate_c_interface_header(
EPHEMERAL_MODULE_TYPE_KEYS = ("metadata_module",)
-def _populate_codegen_dir(mod, codegen_dir: str, module_name: str = None):
+def _populate_codegen_dir(
+ mods: Union[
+ typing.List[executor_factory.ExecutorFactoryModule],
typing.List[tvm.runtime.Module]
Review Comment:
actually since we are passing modules like `build_module.OperatorModule` and
`tvm.support.FrontendTestModule` I changed it back to tvm.runtime.Module
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]