icemelon9 commented on a change in pull request #6251:
URL: https://github.com/apache/incubator-tvm/pull/6251#discussion_r472390978
##########
File path: python/tvm/relay/__init__.py
##########
@@ -43,6 +43,7 @@
from .op import image
from .op import annotation
from .op import vision
+from .op import tensor
Review comment:
It's unnecessary to import `tensor` to achieve this. You can use `from
..tensor import XXX` for example in the onnx.py
----------------------------------------------------------------
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]