mikepapadim commented on a change in pull request #9282:
URL: https://github.com/apache/tvm/pull/9282#discussion_r730628992



##########
File path: tests/python/contrib/test_vitis_ai/infrastructure.py
##########
@@ -18,24 +18,23 @@
 
 """Expose Vitis-AI test functions to the Python frontend"""
 
+from tvm.contrib import utils
+from tvm.contrib import graph_executor
+from tvm.contrib.target import vitis_ai
+from tvm.relay.build_module import bind_params_by_name
+from tvm.relay.op.contrib.vitis_ai import partition_for_vitis_ai
+from tvm.relay import transform
+from tvm import runtime
+from tvm import relay
+import tvm
+import pyxir.contrib.target.DPUCZDX8G
+import pyxir.contrib.target.DPUCADX8G
 import sys

Review comment:
       My version of black did this. Will run again through docker linters. 




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