alanmacd commented on code in PR #13955:
URL: https://github.com/apache/tvm/pull/13955#discussion_r1106243678


##########
apps/bundle_deploy/build_model.py:
##########
@@ -18,12 +18,15 @@
 
 import argparse
 import os
+import pathlib
+
 from tvm import relay
 import tvm
 from tvm import runtime as tvm_runtime
 import logging
 from tvm.relay.backend import Runtime
 from tvm.contrib import cc as _cc
+from tvm.micro import copy_crt_config_header

Review Comment:
   does this add a dependency on USE_MICRO being enabled that wasn't here 
previously, should this be conditional on that?



-- 
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]

Reply via email to