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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]