areusch commented on a change in pull request #7938:
URL: https://github.com/apache/tvm/pull/7938#discussion_r627645390
##########
File path: python/tvm/micro/model_library_format.py
##########
@@ -27,6 +27,8 @@
from ..relay.backend import executor_factory
from ..relay import param_dict
+MAIN_FUNC_NAME_STR = "run"
Review comment:
okay sure, I agree "main" is more appropriate and the model_name
becoming a prefix makes more sense in the long run. How about we align with
`runtime::symbol::tvm_module_main`?
--
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]