mehrdadh commented on a change in pull request #9993:
URL: https://github.com/apache/tvm/pull/9993#discussion_r791022069
##########
File path: gallery/how_to/work_with_microtvm/micro_tflite.py
##########
@@ -123,12 +123,18 @@
# directory into a buffer
import os
+import json
+import tarfile
+import pathlib
+import tempfile
import numpy as np
import tvm
-from tvm.contrib.download import download_testdata
from tvm import relay
+import tvm.contrib.utils
+from tvm.contrib.download import download_testdata
+use_physical_hw = True if os.getenv("TVM_MICRO_USE_HW") else False
Review comment:
done!
--
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]