areusch commented on a change in pull request #8086:
URL: https://github.com/apache/tvm/pull/8086#discussion_r636394228
##########
File path: python/tvm/driver/tvmc/model.py
##########
@@ -53,6 +53,7 @@
from tvm import relay
from tvm.contrib import utils
from tvm.relay.backend.executor_factory import GraphExecutorFactoryModule
+from tvm.micro import export_model_library_format
Review comment:
i'm wondering if it makes sense to keep `USE_MICRO`. i may propose
removing it on Discuss. Currently, `USE_MICRO` means to build the
utvm_rpc_common library from the CRT into `libtvm_runtime.so`. I don't know
that adding this is a huge burden, but on the other hand I do want to be
sensitive to people trying to compile for smaller runtime environments.
--
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]