leandron commented on a change in pull request #8086:
URL: https://github.com/apache/tvm/pull/8086#discussion_r636822896
##########
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:
Ack. I sent https://github.com/tlc-pack/tlcpack/pull/59 to make sure the
package we generate also builds with `USE_MICRO ON`, so that it is enabled by
default for users wanting to use the feature implemented in this PR.
--
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]